15. Create a new table named Hiking that includes all columns in the Reservation table where the trip type is Hiking. 16. Use an update query to change the OtherFees value in the Hiking table to $5.00 for all records on which the OtherFees value is $0.00. 17. Use a delete query to delete all trips in the Hiking table where the trip date is 6/12/2016.
15. Create a new table named Hiking that includes all columns in the Reservation table where the trip type is
Hiking.
16. Use an update query to change the OtherFees value in the Hiking table to $5.00 for all records on which the
OtherFees value is $0.00.
17. Use a delete query to delete all trips in the Hiking table where the trip date is 6/12/2016.
18. One of the reservations agents at Colonial Adventure Tours created the query shown in Figure 2-46 to list each
trip name and the last name and first name of each corresponding guide. The query results included 410
records and he knows that this result is incorrect. Why did he get so many records? What should he change in
the query design to get the correct query results?
Trending now
This is a popular solution!
Step by step
Solved in 4 steps