DB LAB EXERCISE 3
DB LAB EXERCISE 3
Course Outcome LO3: Apply the knowledge and skills in database design (C3, PLO9).
Instructions:
➢ Screenshot all the following LAB exercise and paste it on Microsoft word document.
➢ submit the LAB (word document) and the code on eLearning.
1. Create a TABLE (student) with the following attributes using an SQL command.
ID (Varchar) LastName FirstName Age (int) Country
(Varchar) (Varchar) (Varchar)
3. Select the list of the first name, country of the student whose age is more than 20.