Changes between Version 10 and Version 11 of DatabaseProgramming


Ignore:
Timestamp:
04/30/26 14:59:01 (2 days ago)
Author:
231027
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseProgramming

    v10 v11  
    273273SELECT * FROM "Venue" LIMIT 1;  -- 1793
    274274
    275 -- try to insert a new seat in that section
     275-- try to insert a new seat in a section in that venue
    276276INSERT INTO "Section" (venue_id, name, number_of_seats) VALUES (1, 'TSC', 1);
    277277