What is data manipulation language?
What is serial sql?
how can we know the number of days between two given dates using mysql? : Sql dba
explain about mysql and its features. : Sql dba
What are types of joins?
What is hibernate and its relation to sql?
What is the use of triggers?
State few characteristics of pl/sql?
how to get enames with comma seperated values by deptwise on emp table?
What is view explain with example?
HOW CAN I FIND MAX SAL ,ENAME FROM EMP TABLE.
What are the events on which a database trigger can be based?
I have a small PL/SQL Block assume in this way begin select * from emp where empno=100; exception when others then <Some Messages> when no_data_found then <Some Messages> when too_many_rows then <Some Messages> end; The question which he asked was whether this block will get executed normally or it will throw error ? If errored out then what is the reason for the error ? Could anybody please help me ? Regards Nakul Venkataraman