9. Duplicate records will be eliminated, when a query uses A. Select Only Clause B. Where Distinct Clause C. Select Dist
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
9. Duplicate records will be eliminated, when a query uses A. Select Only Clause B. Where Distinct Clause C. Select Dist
statement? A. SELECT B. WHERE C. FROM D. None of the mentioned 11. INSERT INTO Instructor VALUES (10211, 'Smith', 'Biology', 66000); What type of statement is this? A. Query B. DML C. Relational D. DDL 12. What is the meaning of "GROUP BY" clause in SQL statement? A. Group data by column values B. Group data by row values C. Group data by column and row values D. None of the mentioned 13. Which among the following belongs to an aggregate function? Select all that apply. A. COUNT B. TOTAL C. LOWER D. All of the above
9. Duplicate records will be eliminated, when a query uses A. Select Only Clause B. Where Distinct Clause C. Select Distinct Clause D. From Distinct Clause 10. Which of the following is similar to "HAVING" clause in SQL