how to create a database in oracle?

Answers were Sorted based on User's Feedback



how to create a database in oracle?..

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

how to create a database in oracle?..

Answer / lavakush

1. Align the Table space for the Database
2. Creat db with name and then user privileges for creating
the table

Is This Answer Correct ?    2 Yes 2 No

how to create a database in oracle?..

Answer / bolearner

Give some diff answer Lavakush. Dont copy the same...

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What is sqlite used for?

0 Answers  


What is pivot in sql?

0 Answers  


How to copy a table in another table with datas?

9 Answers  


Is progress software supports to ( pl/sql )?

0 Answers  


Can we create a trigger on view?

0 Answers  


What does select count (*) mean in sql?

0 Answers  


How do you create a unique index?

0 Answers  


What is data control language (dcl)?

0 Answers  


What does t sql mean?

0 Answers  


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

5 Answers   Target,


Explian rowid, rownum?

0 Answers  


Why we use pl sql?

0 Answers  


Categories