Question: (a) Write a SQL statement to create a table called Students that contain the following attributes: id , firstname, lastname, age, financial_aid. Note: id and
(a) Write a SQL statement to create a table called Students that contain the following attributes: id , firstname, lastname, age, financial_aid. Note: id and age are integers. (b) Write a SQL statement to insert the following data into Students table: 1111, 'Emily', 'Clark', 21, 1200.50 Write a SQL statement to increase the financial aid by $500 for all students who are younger than 20. (d) Delete the table Students
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
