Write a query to display the details like Customer id, Customer name, Car id, Car name, pickup date and return date which has been taken for rent on the same day. Sort the result based on Customer id in ascending order.
Sample Output:
CUST_ID CUST_NAME CAR_ID CAR_NAME PICKUP_DATE RETURN_DATE
01 John V001 Hyundai 20-MAR-2018 20-MAR-2018
[Hint: Use Customers, Cars and Rentals table to retrieve records]
Result Description
![Write a query to display the details like Customer id, Customer name, Car id, Car name, pickup date and return date which has been taken for rent on the same day. Sort the result based on Customer id in ascending order. Sample Output: CUST_ID CUST_NAME CAR_ID CAR_NAME PICKUP_DATE RETURN_DATE 01 John V001 Hyundai 20-MAR-2018 20-MAR-2018 [Hint: Use Customers, Cars and Rentals table to retrieve records] Evaluation Result: Result Description Summary of tests:(Note:Your query is evaluated against different datasets. Kindly do not Hardcode) +------------------------------+ | 2 tests run / 2 test passed | +------------------------------+ Write a query to display the details like Customer id, Customer name, Car id, Car name, pickup date and return date which has been taken for rent on the same day. Sort the result based on Customer id in ascending order. Sample Output: CUST_ID CUST_NAME CAR_ID CAR_NAME PICKUP_DATE RETURN_DATE 01 John V001 Hyundai 20-MAR-2018 20-MAR-2018 [Hint: Use Customers, Cars and Rentals table to retrieve records] Evaluation Result: Result Description Summary of tests:(Note:Your query is evaluated against different datasets. Kindly do not Hardcode) +------------------------------+ | 2 tests run / 2 test passed | +------------------------------+](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUF89_lBCLp7IC754EhqjF0mKjeZvqHolnT05VhO-IU_KLLTbyg_6dwcgRHdfybRnoTgTBIjwFfD9zcNNMJ8Wu3PQxatsCGyHxYVrMKmtJGdK23CAleIzBoBd1iRJfHVbbF-li8KaopJc6/w640-h536/download.png)
![Write a query to display the details like Customer id, Customer name, Car id, Car name, pickup date and return date which has been taken for rent on the same day. Sort the result based on Customer id in ascending order. Sample Output: CUST_ID CUST_NAME CAR_ID CAR_NAME PICKUP_DATE RETURN_DATE 01 John V001 Hyundai 20-MAR-2018 20-MAR-2018 [Hint: Use Customers, Cars and Rentals table to retrieve records] Evaluation Result: Result Description Summary of tests:(Note:Your query is evaluated against different datasets. Kindly do not Hardcode) +------------------------------+ | 2 tests run / 2 test passed | +------------------------------+ Write a query to display the details like Customer id, Customer name, Car id, Car name, pickup date and return date which has been taken for rent on the same day. Sort the result based on Customer id in ascending order. Sample Output: CUST_ID CUST_NAME CAR_ID CAR_NAME PICKUP_DATE RETURN_DATE 01 John V001 Hyundai 20-MAR-2018 20-MAR-2018 [Hint: Use Customers, Cars and Rentals table to retrieve records] Evaluation Result: Result Description Summary of tests:(Note:Your query is evaluated against different datasets. Kindly do not Hardcode) +------------------------------+ | 2 tests run / 2 test passed | +------------------------------+](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtaRBWS7WUH2JrvbOFa0oNre67eKMtibqfJ3UK2QjW1jSYNr5uEo-kka60oTMbmeaBzeZxpkl0VPKYzaiw1UwUEz_iE2sw1IKsNTnuUdin5byYQYtNEU-jKdc-JsO_rXB_BCOQMEAMlK3T/w640-h80/Screenshot+Capture+-+2021-07-21+-+19-00-54.png)
Comments
Post a Comment