Can a select statement fire a trigger?
How many aggregate functions are available there in sql?
How to return multiple rows from the stored procedure?
How many types of sql are there?
What is trigger in pl sql?
Can you have more than one trigger on a table?
What are the two types of cursors in pl sql?
Show the cursor attributes of pl/sql.
if i perform any operation on views such as insert, delete etc will my base table get affected?????
How many developers work on postgresql?
in oracle 10g sw after compiling procedure how to pass parameter values ,if we (v_empid out number)how to give empid after successful compilation program.This site exact suitable for 10g with respect to question & answer same format , im trying sql browser & sql command prompt using exec procedure name & respective parameters.
What is lookup table in sql?
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