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

(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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!