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 |
What is application trigger?
declare lowerl number:= 1; upperl number:= 3; num varchar2(10); begin for i into lowerl..upperl loop num:=num||to_char(lowerl); if i=3 then upperl:=5; end loop; message(num); What will be the output ?
How to process query result in pl/sql?
What is a natural join sql?
What are the rules to be applied to nulls whilst doing comparisons?
What are the different dml commands in sql?
what is a trigger in mysql? Define different types of trigger. : Sql dba
how a reference cursor works?what all adnvantages are gained with it..specify the situation?
How do temporal tables work?
What are the various levels of constraints?
how to get help information from the server? : Sql dba
How does postgresql compare to oracle/db2/ms sql server/informix?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)