how to create a database in oracle?please gve anser with example
Answer Posted / kiran
create database dataosurce_name
eg create DATABASE testDB
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Can we create table inside stored procedure?
How do you write a subquery?
Can %notfound return null after a fetch?
How to change sql*plus system settings?
what is the difference between blob and text? : Sql dba
How to read/write files from pl/sql?
Which is faster subquery or join?
What is the difference between syntax error and runtime error?
explain about mysql and its features. : Sql dba
what are date and time functions in mysql? : Sql dba
What is clustered and nonclustered index in sql?
Why triggers are used?
what is innodb? : Sql dba
How can one get sql*loader to commit only at the end of the load file? : aql loader
What is difference between nchar and nvarchar?