Explain an exception and its types?
No Answer is Posted For this Question
Be the First to Post Answer
Q1:code to connect to sql server(database) through jdbc application. Q2:code to connect to Mysql(database) through jdbc application. Q3:code to connect to oracle(database) through jdbc application.
Can we call a trigger inside a function and function inside a trigger? Give example.
What is the quickest way to export a table to a flat file?
what is the difference between UNION AND UNIONALL
What is the difference between I and G in Oracle?
pls explain connect by prior with example and its real time use
What are the set operators union, union all, minus & intersect meant to do?
What are dml statements in oracle?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
How to insert a record into a table?
What is an oracle data file?
How do you find out from the RMAN catalog if a particular archive log has been backed-up?