On This Page

This set of DataBase Management System (DBMS) Multiple Choice Questions & Answers (MCQs) focuses on Database Management System Set 8

Q1 | The                  clause is used to list the attributes desired in the result of a query.
Q2 | Which of the following statements contains an error?
Q3 | In SQL the spaces at the end of the string are removed by                function.
Q4 | The union operation is represented by
Q5 | The intersection operator is used to get the            tuples.
Q6 | If we want to retain all duplicates, we must write                  in place of union.
Q7 | The number of attributes in relation is called as its
Q8 |            clause is an additional filter that is applied to the result.
Q9 |                    joins are SQL server default
Q10 | The                            is essentially used to search for patterns in target string.
Q11 | A            indicates an absent value that may exist but be unknown or that may not exist at all.
Q12 | If the attribute phone number is included in the relation all the values need not be entered into the phone number column. This type of entry is given as
Q13 | The predicate in a where clause can involve Boolean operations such as and. The result of true and unknown is               false and unknown is            while unknown and unknown is            
Q14 | Using the              clause retains only one copy of such identical tuples.
Q15 | The primary key must be
Q16 | The result of           unknown is unknown.
Q17 | Aggregate functions are functions that take a                        as input and return a single value.
Q18 | A Boolean data type that can take values true, false, and                 
Q19 | The          connective tests for set membership, where the set is a collection of values produced by a select clause. The           connective tests for the absence of set membership.
Q20 | The phrase “greater than at least one” is represented in SQL by            
Q21 | SQL applies predicates in the                 clause after groups have been formed, so aggregate functions may be used.
Q22 | The                  keyword is used to access attributes of preceding tables or subqueries in the from clause.
Q23 | Which of the following creates a temporary relation for the query on which it is defined?
Q24 | Subqueries cannot:
Q25 | Which of the following is not an aggregate function?