Exp 3-2
Exp 3-2
2 AgentID INT,
3 Name VARCHAR(100),
4 Phone VARCHAR(15),
5 Email VARCHAR(100),
6 Address VARCHAR(255)
7 );
Table created.
Table created.
Table created.
Table created.
Table created.
Table created.
Table created.
Table created.
Table created.
SQL>
SQL> DESC ClientPayment;
Name Null? Type
----------------------------------------- -------- ----------------------------
CLIENTID NUMBER(38)
PAYMENTID NUMBER(38)
Table created.
Table created.
SQL>
SQL> ALTER TABLE Agent ADD Age INT;
Table altered.
Table altered.
Table altered.
Table truncated.
SQL>