# # CS 460: Lab 2, Task 3 # # # Sample query # sample = """ SELECT name FROM Course WHERE room_id IS NULL; """ # # Query 1. Put your SQL command between the triple quotes found below. # Follow the same format as the sample query shown above. # query1 = """ """ # # Query 2. Put your SQL command between the triple quotes found below. # query2 = """ """ # # Query 3. Put your SQL command between the triple quotes found below. # query3 = """ """ # # Query 4. Put your SQL command between the triple quotes found below. # query4 = """ """ # # Query 5. Put your SQL command between the triple quotes found below. # query5 = """ """ # # Query 6. Put your SQL command between the triple quotes found below. # query6 = """ """