Course Search Engine, Part 2: Design meeting form ================================================= Names: ------ Please bring a completed copy of this form (on paper) to your design meeting. 1. Write down your answer to the third query from the first set of warm-up exercises. | | | | | | | | | 2. Write down your answer to the third query in the second set of warm-up exercises. | | | | | | | | | 3. How will your function for searching the catalog differ from PA #1? | | | | | | | | 4. What query and list of arguments match the following input? :: { "time_start": 1030, "time_end": 11:50, "day": ["TR"], "enroll_low": 30, "enroll_high": 60, } | | | | | | | | | | | | 5. How are you going to structure your code for constructing database queries? | | | | | | | | | | | | 6. How will you combine the results of searching the catalog and querying the database? | | | | | | | | | | | | 7. Do you understand how to use a Python function in a SQL query? | | | | 8. List sample inputs that you will use to test your function. | | | | | | | | | | | |