What is redo log?
No Answer is Posted For this Question
Be the First to Post Answer
Why packages are used in oracle?
How do I decide when to use right joins/left joins or inner joins or how to determine which table is on which side?
what is the bitmap index?
Why is oracle used?
Is oracle a programming language?
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 2 NULL 3 4 NULL 5 6 7 NULL NULL O/P C = 2 4 6
What are ddl statements in oracle?
What are the differences between date and timestamp in oracle?
What are internal user account in oracle?
What is Private Database Link ?
Hi, I want table structure shown below. How can i create this ? Num Name Address Addr1 Addr2 I want Addr1 and Addr2 under Address column. How can i achive this ? Is it possible ?
4. Display the order number and client number from the ORDER table. Output the result in the format. Client <clientno> ordered <orderno>