Create Users table
Refer to the below schema and create the table USERS.
Refer to the below schema and create the table USERS.
Column Name | Datatype | Size | Constraint | Constraint name |
User_id | Number | 11 | Primary key | PK_USERS |
Name | Varchar2 | 20 | ||
Address | Varchar2 | 100 | ||
Phno | Number | 11 | ||
Emailid | Varchar2 | 30 |
Code:
ConversionConversion EmoticonEmoticon