Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What is different between NO DATA FOUND and %NOTFOUND
What is different between NO DATA FOUND and %NOTFOUND
✍: Guest
NO DATA FOUND is an exception which is raised when either an implicit query returns no data, or you attempt to reference a row in the PL/SQL table which is not yet defined. SQL%NOTFOUND, is a BOOLEAN attribute indicating whether the recent SQL statement does not match to any row.
2011-11-02, 3813👍, 0💬
Popular Posts:
What will be printed as the resultof the operation below: int x; int modifyvalue() { return(x+=10); ...
What Is Posting? Posting is an event that writes Inserts, Updates and Deletes in the forms to the da...
What will be printed as the result of the operation below: main() { char *p1; char *p2; p1=(char *)m...
What exactly happens when ASPX page is requested from Browser? Note: - Here the interviewer is expec...
What are database triggers? How are the triggers fired? Read this collection of questions and answer...