Delete yourself from the student table by matching your


Create the following queries on the ITD640_A database used in unit 3 and save them all in a file called ITD640_P5.SQL. Please note that you can execute individual queries in a query file by highlighting the lines that you want to execute before running the script. Remember to define what database to use with a USE statement.

Using a join, get the full details of all the students who work on the mid-term exam assignment.
Get the assignment names (duplicates eliminated) being worked on by students at Central University.
Get the last names of all the students who are working on assignment A1.
Get the student numbers and start dates of all the students with start dates equal to the earliest date.
Insert yourself into the student table using the last five digits of your phone number as the student number and show yourself as attending Central University. Then show all the records in the student table.
Delete yourself from the student table by matching your student number, and then show all the records in the student table.
You should create a zip file called ITD640_P5.ZIP with your query file (ITD640_P5.SQL) included.

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Delete yourself from the student table by matching your
Reference No:- TGS0139040

Expected delivery within 24 Hours