DBMS Experimentdbms-3
DBMS Experimentdbms-3
Tools/ Apparatus:
HARDWARE REQUIREMENTS:
80GB HDD
512MB DDR
SOFTWARE REQUIREMENTS:
ORACLE 10g
Procedure:
To create a DDL to perform creation of table, alter, modify and drop column.
DDL COMMANDS
1. The Create Table Command: - It defines each column of the table uniquely. Each column has
minimum of three attributes, a name, data type and size.
Syntax:
Syntax:
Syntax:
7. Destroying tables.
Syntax:
8. DESC or DESCRIBE
Example: desc emp;
Describe emp;