Which clause would you use in a SELECT statement to limit the display to those employees whose salary is greater than 5000? Question 9 options:   ORDER BY SALARY > 5000   GROUP BY SALARY > 5000   WITH SALARY > 5000   WHERE SALARY > 5000 Question 10  What SQL keyword would you use to remove duplications within the result set. Question 10 options:   DISTINCTION   DISTINCT   REMOVE DUPLICTAE   NO DUPLICATE Question 11  Which clause would you add in the following SELECT statement to limit the rows to those customers whose credit is in the range 400 to 600 (We want to include 400 and 600 in the result)? SELECT customer_id, customer_name FROM customers; Question 11 options:   WHERE credit_limit >= 600 and credit_limit <= 400   WHERE credit_limit <= 600 and credit_limit >= 400   WHERE credit_limit >= 600 or credit_limit <= 400   WHERE credit_limit <= 600 or credit_limit >= 400

Oracle 12c: SQL
3rd Edition
ISBN:9781305251038
Author:Joan Casteel
Publisher:Joan Casteel
Chapter13: Views
Section: Chapter Questions
Problem 4MC
icon
Related questions
Question

Please help me for Oracle 12 database, thank you.

Question 9 

Which clause would you use in a SELECT statement to limit the display to those employees whose salary is greater than 5000?

Question 9 options:

 

ORDER BY SALARY > 5000

 

GROUP BY SALARY > 5000

 

WITH SALARY > 5000

 

WHERE SALARY > 5000

Question 10 

What SQL keyword would you use to remove duplications within the result set.

Question 10 options:

 

DISTINCTION

 

DISTINCT

 

REMOVE DUPLICTAE

 

NO DUPLICATE

Question 11 

Which clause would you add in the following SELECT statement to limit the rows to those customers whose credit is in the range 400 to 600 (We want to include 400 and 600 in the result)?

SELECT customer_id, customer_name

FROM customers;

Question 11 options:

 

WHERE credit_limit >= 600 and credit_limit <= 400

 

WHERE credit_limit <= 600 and credit_limit >= 400

 

WHERE credit_limit >= 600 or credit_limit <= 400

 

WHERE credit_limit <= 600 or credit_limit >= 400

Question 12 

Which one is NOT TRUE about views

Question 12 options:

 

Views can be used for security purposes

 

Views are same as tables hence they keep same records physically in the database and clone the underlined table data.

 

Views are similar to table's two dimentional ros and columns look but they do not keep the data physically 

 

Views are named SQL objects meaning they are saved objects in the database based on given name to your query 

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps

Blurred answer
Knowledge Booster
Table
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning
A Guide to SQL
A Guide to SQL
Computer Science
ISBN:
9781111527273
Author:
Philip J. Pratt
Publisher:
Course Technology Ptr
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781285196145
Author:
Steven, Steven Morris, Carlos Coronel, Carlos, Coronel, Carlos; Morris, Carlos Coronel and Steven Morris, Carlos Coronel; Steven Morris, Steven Morris; Carlos Coronel
Publisher:
Cengage Learning
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781305627482
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning