I am doing a project for college which entails creating a database for a video rental store. I must create a list of overdue tapes. To do so , I have attempted to create a query with the criteria :
show video title where "date_returned" > "Date_rented" + 1
I know that this does not work, but it explains what I want to do. The video is classed as overdue if it is returned more than one day later. Does anyone have any ideas? I'd really appreciate it, as I want to get a good grade!!!
show video title where "date_returned" > "Date_rented" + 1
I know that this does not work, but it explains what I want to do. The video is classed as overdue if it is returned more than one day later. Does anyone have any ideas? I'd really appreciate it, as I want to get a good grade!!!