You are on page 1of 1

Directions:

1. Create a database name called dbStudRecords


2. Create the following tables

3. Write the SQL statement that will satisfy the following criteria or
request
A. Find the StudentId, First_Name, Birthday, Tuition from table student
info where last name start with letter W
B. Find the address of Johnson Brian.
C. Find Peters birthdate.
D. Find all students at least 12,000.
E. Find all the students who either are male or tuition fee is less than
5,000
F. Find all subjects enrolled by each students last name
G. Count all the subjects enrolled by each students
H. Find the total number of students enrolled in each subjects

You might also like