What is nosql db?
No Answer is Posted For this Question
Be the First to Post Answer
What are pl sql procedures?
What are the different operators available in sql?
what is try_catch block in procedure
What are its different types of dbms?
will function return more than one value how
From an Employee table, how will you display the record which has a maximum salary?
29 Answers Cap Gemini, Exilant, Synechron,
How do you remove duplicate records from a table?
how is exception handling handled in mysql? : Sql dba
what is the difference between cursor FETCH and FOR LOOP ?
3 Answers CG-VAK, Tech Mahindra,
What is int identity 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
What is sql constant?