+ 2
Theater management help me
You have to create a program for manage seats at the movie theater select name, surname FROM Orders WHERE pre_book =True AND seat_num IS NOT NULL
3 Antworten
+ 3
Christian Francis have you figured it out as of yet
SELECT name,surname
FROM orders
where pre_book is true and seat_num is not NULL;
You are using = True instead of
is true and ✔️
+ 1
What is the Problem?
+ 1
I did it yay