Problem: Add Some Data
Use the students table to insert data with SQL.
The students table
The students table has been created already, but is empty. Let’s add the students and their information shown here:
ID | Name | Grade |
1 | Ali | 85.5 |
2 | Bilal | 92.0 |
3 | Carmen | 78.3 |
Problem: Add Some Data
Use the students table to insert data with SQL.
The students table
The students table has been created already, but is empty. Let’s add the students and their information shown here:
ID | Name | Grade |
1 | Ali | 85.5 |
2 | Bilal | 92.0 |
3 | Carmen | 78.3 |