How do I make sql search faster?
How does sql developer connect to oracle database?
Is sql between inclusive?
How exception handling is done in advance pl/sql?
Write a query to find the names of users that begin with "um" in sql?
cursor types? explain with example programs?
Types of backups ?
How do you run a query?
what is row? : Sql dba
what is autonomouse transaction?
How to order siblings in oracle hierarchy queries?
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 the different between unique+not null & primary key,