Using Query Design, create a query from tblReservations that returns the average room rate, the minimum rate, and the ma

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Using Query Design, create a query from tblReservations that returns the average room rate, the minimum rate, and the ma

Post by answerhappygod »

Using Query Design, create a query from tblReservations thatreturns the average room rate, the minimum rate, and the maximumrate (in that order) for each DiscountType for the rooms that arecurrently reserved. The DiscountType should be displayed in thefirst column. Rename the rate fields AverageRate, Minimum Rate,and Maximum Rate. Sort the query inDescending order by DiscountType. In Datasheet view, autofit thecolumn widths. Save the queryas qryDiscountTypeStatistics_aStudent. Closethe query.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply