What is truncate oracle?
No Answer is Posted For this Question
Be the First to Post Answer
What are ACID properties in databases?
what is exact difference between drop and truncate table.
How to write a left outer join with the where clause in oracle?
What is the usage of save points in oracle database?
What is hot backup and logical backup?
What is TNS File
i deleted 4 records form the table.after i have applied commit .now i want to get back those records.how?
What are the oracle built-in data types?
I want a table like, no name address addr1 addr2 So i want columns like addr1,addr2 under address column. Can one please answer me. Advance Thanks.
How to put more than 1000 values into an oracle in clause?
What are the ansi data types supported in oracle?
The table has 3 columns 4 rows. The output is which column has least null values( A COL SHOULD BE THE OUTPUT) Write the query plz. A B C ---------- 1 NULL 7 2 4 NULL NULL 5 NULL 3 NULL NULL