What is the starting oracle error number?
What is a temporal table?
How toimport .dmp file in lower version of oracle from higher version ?
Hello All, Could any well write a query for the following scenario. Account(table name) No Name Amount 1 ABCD 2000.00 2 DEFG -2000.00 3 GHIJ 3000.50 4 JKLM 4000.00 5 MNOP 6000.00 O/p Should be in this format No Name Credit Debit 1 ABCD 2000.00 0 2 DEFG 0 -2000.00 3 GHIJ 3000.50 4 JKLM 0 -4000.00 5 MNOP 6000.00 o could any one give appropriate query for this Thnks in Advance Suneel Reddy
Explain the structure of pl/sql in brief.
How do you add a column to a table?
Is full outer join same as cross join?
What are sql constraints?
What are the types of keys?
Can a table contain multiple foreign key’s?
What is an implicit commit?
What is cross join example?
What is the difference between in and between in sql?