Q701
Open questionSELECT emp_id, title, start_date, fname, fed_id
FROM person
ORDER BY 2, 5;Select an option to see the answer and solution.
Practice every MCQ with options. Use Show answers when you want the correct option and solution.
1,185
Questions
36/60
Page
Pick an option on a question to see the right answer and solution.
Q701
Open questionSELECT emp_id, title, start_date, fname, fed_id
FROM person
ORDER BY 2, 5;Select an option to see the answer and solution.
Q702
Open questionSelect an option to see the answer and solution.
Q703
Open questionSelect an option to see the answer and solution.
Q704
Open questionSelect an option to see the answer and solution.
Q705
Open questionSELECT product_type.name, product.name
FROM product_type INNER JOIN Product
ON product_type.dept=Product.dept
WHERE product_type.name=’customers_accounts’;Select an option to see the answer and solution.
Q706
Open questionWHERE TITLE= ‘teller’ AND start_date < ’2007-01-01’Select an option to see the answer and solution.
Q707
Open question1. WHERE col * 3 < 9
2. WHERE col < 9 / 3Select an option to see the answer and solution.
Q708
Open questionSelect an option to see the answer and solution.
Q709
Open questionSELECT emp_id, fname, lname
FROM employee
WHERE LEFT (lname, 1) =’F’;Select an option to see the answer and solution.
Q710
Open questionSelect an option to see the answer and solution.
Q711
Open questionSelect an option to see the answer and solution.
Q712
Open questionCREATE VIEW xyz (abc) AS SELECT a FROM t;Select an option to see the answer and solution.
Q713
Open questionSelect an option to see the answer and solution.
Q714
Open questionSelect an option to see the answer and solution.
Q715
Open questionSELECT *
FROM employee
WHERE lname LIKE %bas% OR fname LIKE %bbs%;Select an option to see the answer and solution.
Q716
Open questionSelect an option to see the answer and solution.
Q717
Open questionSelect an option to see the answer and solution.
Q718
Open questionSelect an option to see the answer and solution.
Q719
Open questionSelect an option to see the answer and solution.
Q720
Open questionSelect an option to see the answer and solution.