Answer Posted / sujata
delete from emp;
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is a cursor and what are the steps need to be taken?
Explain drop constraint oracle?
How to join two tables in a single query using oracle?
15. Display the item_cost and then truncate it to the nearest hundred, ten, unit, tenth and hundredth.
What are the system predefined user roles?
Can we create database in oracle using command line ?
What is Redo Log Buffer in Oracle?
How to convert csv to table in oracle?
Why should I use oracle database?
Explain table?
When do you get a .pll extension in oracle?
What is pragma autonomous transaction in oracle?
Is a rollback possible to any savepoint?
Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.
What is the difference between hot backup and cold backup in oracle?