how to create a database in oracle?
Answers were Sorted based on User's Feedback
Answer / guest
1.Align the Table space for the Database
2.Create db with name and then user privileges for creating
the Table
Is This Answer Correct ? | 2 Yes | 0 No |
What is sqlite used for?
What is pivot in sql?
How to copy a table in another table with datas?
Is progress software supports to ( pl/sql )?
Can we create a trigger on view?
What does select count (*) mean in sql?
How do you create a unique index?
What is data control language (dcl)?
What does t sql mean?
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
Explian rowid, rownum?
Why we use pl sql?