What is sql in java?
which will fire first ? Trigger or Constraint
24 Answers i2, IBM,
What is the purpose of using pl/sql?
What is the difference between DELETE, TRUNCATE, and DROP?
What is scope of pl sql developer in future?
Can there be more than one function with a similar name in a pl/sql block?
What is sql rowcount?
HOW TO APPEAR FOR ONLINE EXAMS OF SQL & PL/SQL? WHICH BOOKS WILL BE BETTER FOR REFERENCE TO QUALIFY THESE EXAMS? ARE THERE ANY MODEL PAPERS AVAILABLE IN THE MARKET ABOUT SQL & PLSQL?
Can we use view in stored procedure?
write a query find which rows of a table is updated on 2 days before?
What is cartesian join in sql?
what is hash join
write a procedure to print a statement or number not using "dbms_output.put_line" package.write a procedure instead of it using procdure name as "print" ex:- declare a number:=2; begin print(a); end; /* when U type above procedure 2 have to should be printed*/