Open luisgomez214 opened 6 months ago
I'm also curious about this, especially given this comment:
The way the routes are written, you only really use 2 tables. The main purpose of the third table is only to give me more options during the final exam for joins.
https://github.com/mikeizbicki/cmc-csci143/issues/562#issuecomment-2095126725
How prepared should we be to write new queries and indexes on the spot?
@luisgomez214 I don't see a meaningful difference between the two sets of instructions you quoted. If there's something specific you're concerned about, then I'll need you to elaborate more.
@ains-arch You will have to write SQL queries on the spot, and you will have to create indexes for those queries on the spot.
Hello,
Just wanted to ask for clarification. For non-graduating students, are we just writing indexes based on the SQL from our project?
On the final exam repo it says
but on the project repo it says