You are on page 1of 3

4th Quarter

Technology Skills 8A
Hands – On#1: SQL Database and Tables

Directions: Analyze the statements below. Write your SQL Statements using the Programmiz SQL code editor.
Paste the screenshots of the output table on the space provided below.

1.Create a table. The name of your table is: StudentsRecords, the table must have the following field name.
1 John Doe 15 9 Old Student
2.Place the following contents for your table:
2 Jane Doe 14 8 Old Student
Customer_id FName LName Age Grd_Lvl Remarks
3 Mike Smith 16 10 Transferee

4 Da David vid Robinson 17 7 Transferee


3.Add 3 more records on your StudentsRecords Table.

4.Change the Firstname of 2 of your records.

5.Change the Remarks of Grd_Lvl = 7 to New Student from its existing record.

6.Delete the Orders table from the database.

SQL Codes Table


1. StudentsRecords
2. Table Contents

3. Adding 3 more Records

4. Changing 2 Firstname records


5. Changing Grade Lvl remarks

Deleting the Orders Table

You might also like