Page 82 - Computer Software Application TP - Volume 1
P. 82
COMPUTER SOFTWARE APPLICATION - CITS
Step 9: Managing Tables:
To see a list of tables in the current database, use the following command:
SHOW TABLES;
To get information about a specific table, you can use:
DESCRIBE yourtable;
Step 10: Exit MySQL Command Line:
When you’re done working in the MySQL Command Line, you can exit by typing:
EXIT;
67
CITS : IT & ITES - Computer Software Application - Exercise 21 CITS : IT & ITES - Computer Software Application - Exercise 21