What is the default isolation level in sql server? : Transact sql
No Answer is Posted For this Question
Be the First to Post Answer
What does joining a thread mean?
can we call a procedure from a function?
What is the usage of when clause in trigger?
Describe different types of general function used in sql?
what is the difference between char_length and length? : Sql dba
Wat is SGA ?
how can we know the count/number of elements of an array? : Sql dba
What does pl sql developer do?
What is difference between pl and sql?
What are pl sql data types?
What is primary key in db?
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