Examlex
Figuer:
CUSTOMER In table CUSTOMER, CID is the primary key (Customer ID) .
RENTALS In the table RENTALS, RTN provides the rental number (the primary key) , CID is the customer's unique id, PICKUP is the city where the car was picked up, and Return is the city where the car was returned.
RENTCOST RENTCOST shows the base cost of renting a given MAKE for one day.
CITYADJ If the return city of table RENTALS is the one listed in table CITYADJ, the cost of the rental is multiplied by FACTOR and by DAYS shown in table RENTLENGTH below.
RENTLENGTH RENTLENGTH shows the number of days for the rental number (RTN) shown in table RENTALS. In a database used in reality, this table would be merged with the RENTALS table.
-SELECT CID FROM RENTALS GROUP BY CID
HAVING COUNT (DISTINCT MAKE) = (SELECT COUNT(*) FROM RENTCOST)
The operation performed by this query is:
Online Survey
A data collection tool where respondents answer questions over the internet for research or customer feedback purposes.
Questionnaire Data
Information collected from structured sets of questions designed to gather insights from respondents.
Report Presentation
The act of detailing the findings of a report in a structured, often formal, manner to an audience, which can involve the use of visual aids and oral communication.
Open-Ended
Questions or formats that allow for a wide range of responses, providing qualitative insights or spontaneous reactions.
Q4: The execution of SELECT DISTINCT CUSTOMER.Cname<br>FROM RENTALS,CUSTOMER<br>WHERE
Q21: Which of the following should exist in
Q24: The execution of the query SELECT Resid_City,AVG(Age)AS
Q27: Which of the following features usually applies
Q34: A logical record may be split across
Q59: Dividing an application program into several transactions
Q63: Repeating the information already contained in an
Q72: The following SQL statement is an example
Q73: You can rename some of the columns,all
Q74: On a large project with many database