Question: Which property of the Group Header, group footer, or detail section should be changed if we want each group or record in a report to start on a new page?
Question: If a table named students has a column called Studentname storing the names of the students, what will be the correct query to display the names of the students in reverse alphabetical order?
A
Select Studentname from students reverse
B
Select Studentname from students reverse name
C
Select Studentname from students order by name descending
D
Select Studentname from students order by name Reverse
E
Select Studentname from students order by Studentname desc
Question: A database has two tables named Products and Orders. The tables are joined by a column called ProductID. You have created a query named Query1, which combines the data from the tables.
If the Products table is deleted, what will happen when users run Query1?
A
Only the data of the Products table will be retrieved.
B
Only the data of the Orders table will be retrieved.