Feedback: The Correct Answer Is: Three
Feedback: The Correct Answer Is: Three
Select one:
a. Three
b. Two
c. Four
d. One
Feedback
Question 2
Correct
Mark 0.50 out of 0.50
Flag question
Question text
Select one:
a. DISTINCT
b. COUNT
c. AVG
d. PRIMARY KEY
Feedback
Question 3
Correct
Mark 0.50 out of 0.50
Flag question
Question text
Select one:
a. Separate files
b. Database administrator
c. Database.
d. Users.
Feedback
Question 4
Correct
Mark 0.50 out of 0.50
Flag question
Question text
Select one:
a. Unary
b. Binary
c. Ternary
d. Nary
Feedback
Flag question
Question text
Select one:
a. not Null
b. Null
c. both Null & not Null.
d. any value.
Feedback
Question 6
Incorrect
Mark 0.00 out of 0.50
Flag question
Question text
The keyword to eliminate duplicate rows from the query result in SQL is
Select one:
a. None of above
b. NO DUPLICATE
c. UNIQUE
d. DISTINCT
Feedback
Question 7
Correct
Mark 0.50 out of 0.50
Flag question
Question text
Select one:
a. is much more data independence than some other database models.
b. is no need for primary key data.
c. are explicit relationships among records.
The correct answer is: is much more data independence than some other database models.
Question 8
Correct
Mark 0.50 out of 0.50
Flag question
Question text
Select one:
a. NULL
b. NA
c. 0
d. Blank Space
Feedback
Question 9
Correct
Mark 0.50 out of 0.50
Flag question
Question text
Select one:
a. a field
b. a record
c. an entity
d. a table
Feedback
Question 10
Correct
Mark 0.50 out of 0.50
Flag question
Question text
A type of query that is placed within a WHERE or HAVING clause of another query is called
Select one:
a. Master query
b. Super query
c. Multi query
d. Sub query
Feedback
Question 11
Correct
Mark 0.50 out of 0.50
Flag question
Question text
Select one:
True
False
Feedback
Question 12
Correct
Mark 0.50 out of 0.50
Flag question
Question text
A relationship in database shows an association between two or more entities
Select one:
True
False
Feedback
Question 13
Correct
Mark 0.50 out of 0.50
Flag question
Question text
Select one:
a. True
b. False
Feedback
Question 14
Correct
Mark 0.50 out of 0.50
Flag question
Question text
Select one:
True
False
Feedback
Question 15
Correct
Mark 0.50 out of 0.50
Flag question
Question text
Select one:
True
False
Feedback
Question 16
Correct
Mark 0.50 out of 0.50
Flag question
Question text
Select one:
a. True
b. False
Feedback
Question 17
Correct
Mark 0.50 out of 0.50
Flag question
Question text
The GROUP BY statement follows the WHERE clause in a SELECT statement and precedes
the ORDER BY clause.
Select one:
True
False
Feedback
Question 18
Correct
Mark 0.50 out of 0.50
Flag question
Question text
Select one:
a. False
b. True
Feedback
Question 19
Correct
Mark 0.50 out of 0.50
Flag question
Question text
You can use Subquery with SELECT, UPDATE, INSERT, DELETE statements along with the
operators like =, <, >, >=, <=, IN, BETWEEN.
Select one:
True
False
Feedback
Question 20
Correct
Mark 0.50 out of 0.50
Flag question
Question text
A logical description of some portion of database that is required by a user to perform task
is called as System View.
Select one:
a. False
b. True
Feedback
Question 21
Complete
Marked out of 2.00
Flag question
Question text
Question 22
Complete
Marked out of 2.00
Flag question
Question text
Write and SQL query to fetch three max and min salaries from a table.
Question 23
Complete
Marked out of 2.00
Flag question
Question text
If primary key of table A is used as Foreign key in table B then which attribute will be
common in both tables ?
Question 24
Complete
Marked out of 2.00
Flag question
Question text
Question 25
Complete
Marked out of 2.00
Flag question
Question text
Question 26
Not answered
Marked out of 5.00
Flag question
Question text
A salesperson may manage many other salespeople. A salesperson is managed by only one
salespeople. A salesperson can be an agent for many customers. A customer is managed by
one salespeople. A customer can place many orders. An order can be placed by one
customer. An order lists many inventory items. An inventory item may be listed on many
orders. An inventory item is assembled from many parts. A part may be assembled into
many inventory items. Many employees assemble an inventory item from many parts. A
supplier supplies many parts. A part may be supplied by many suppliers.
Also identify cardinality, different types of attributes and keys and total and partial
participation