In unary relational operations, the SELECT operation is partition of relation usually classified as
A Boolean data type that can take values true, false, and unknown, was introduced in
Clause that apply aggregate functions to get a single result tuple for each group, is known to be
If attribute of relation schema R is member of some candidate key then this type of attributes are classified as
If in JOIN operation, conditions of JOIN operation are not satisfied then results of operation is
Tuples that are represented in one of two relations and are lost if JOIN operation is performed are called
In a receiver, which of the following device has RF input but IF output
Which of the following is used at the end of the view to reject the tuples which do not satisfy the condition in where clause
SQL view is said to be updatable (that is, inserts, updates or deletes can be applied on the view) if which of the following conditions are satisfied by the query defining the view
Aggregate functions can be used in the select list or the_______clause of a select statement or subquery. They cannot be used in a ______ clause
In _______________ index instead of storing all the columns for a record together, each column is stored separately with all other rows in an index
Which one is true about clustered index
Which is a bottom-up approach to database design that design by examining the relationship between attributes
Create table employee (name varchar ,id integer) What type of statement is this