Computer Science Project
Computer Science Project
Ex. No: 20
Date:
Aim:
To Write Queries for the following Questions based on the given table:
USE STUDENTS;
(c) Write a Query to create the above table called: “STU"
SHOW DATABASES;
(e) Write a Query to List all the tables that exists in the current database.
SHOW TABLES;
Output: