Page 75 - Computer Software Application TP - Volume 1
P. 75

COMPUTER SOFTWARE APPLICATION - CITS




























           3  Create a Database:
           Use the CREATE DATABASE command:

           CREATE DATABASE database name;
           Replace database name with the desired name for your database (e.g., employeedb).



























           4  Select the Database:
           Use the USE command:
           USE database name;
           This switches the focus to the newly created database.
           5  Create a Table:

           Use the CREATE TABLE command:
















                                                           60
                               CITS : IT & ITES - Computer Software Application - Exercise 20
   70   71   72   73   74   75   76   77   78   79   80