how to create a database in oracle?please gve anser with example
Answer / kiran
create database dataosurce_name
eg create DATABASE testDB
Is This Answer Correct ? | 10 Yes | 2 No |
How do I view a procedure in sql?
what is inline command?
What is pivot in sql?
how to return query output in html format? : Sql dba
Can we use the cursor's to create the collection in PL/SQL?
While inserting 10 rows using procedure, if 3rd entry is having some error, what will be the output? How u will handle that error?
What is nvl?
What is rank function in sql?
How do you take the union of two tables in sql?
how to insert values like 10:10:00,30:25:00 etc.into table after insert how can i sum the above insert values to get the result as 40:35:00
What are tuples in sql?
Why do we need databases?