Practical-2 Dbms
Practical-2 Dbms
Practical-2
CASE STUDY-2 Visitor_Management Database.
<column2><datatype><size>);
1
mobile int(12) NOT NULL,
status enum("In","Out"));
Step-3 Now we will retrieve the structure of the table by DESC or DESCRIBE.
Syntax-Desc <table_name>
Ex-Desc visitor_user
SELECT*FROM VISITOR_USER;
2
Step-5 Deleting the duplicate records from the tables