Changes between Version 10 and Version 11 of DatabaseProgramming
- Timestamp:
- 04/30/26 14:59:01 (2 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseProgramming
v10 v11 273 273 SELECT * FROM "Venue" LIMIT 1; -- 1793 274 274 275 -- try to insert a new seat in that section275 -- try to insert a new seat in a section in that venue 276 276 INSERT INTO "Section" (venue_id, name, number_of_seats) VALUES (1, 'TSC', 1); 277 277
