03 Exp3 Abhishek
03 Exp3 Abhishek
3 Create and populate database using Data Definition Language (DDL) and DML
Commands for you‘re the specified System.
Aim: Create and populate database using Data Definition Language (DDL) and DML
Table created.
Display the table description
Table renamed.
SQL> desc roystep;
Name Null? Type
---------------------------------------- ----------- ----------------------------
SNAME VARCHAR2(20)
AGE NUMBER(38)
ROLL NOT NULL NUMBER(38)
DOB DATE
GENDER CHAR(1)
Table altered.
Table altered.
Table dropped
Table created.
SQL> insert into jash3998 values(1,'JASH',20,'03-sep-1998','23-jun-2007,10.00.00.000000
AM');
1 row created.
1 row created.
1 row created.
1 row created.
SQL> select * from jash3998;
1 row updated.
1 row deleted.