Quizzes
Search
Take Quizzes
Animal
Nutrition
Love
Relationship
Computer
Sports
Society
Business
Geography
Language
Personality
Harry Potter
Movie
Television
Music
Online Exam
Health
Country
Art
Entertainment
Celebrity
Math
Game
Book
Fun
Science
Food
History
Education
All Topics
Create a Quiz
Quiz Maker
Training Maker
Survey Maker
Flashcards
Brain Games
See All
ProProfs.com
Search
Create A Quiz
Take Quizzes
Animal
Nutrition
Love
Relationship
Computer
Sports
Society
Business
Geography
Language
Personality
Harry Potter
Movie
Television
Music
Online Exam
Health
Country
Art
Entertainment
Celebrity
Math
Game
Book
Fun
Science
Food
History
Education
All Topics
Products
Quiz Maker
Training Maker
Survey Maker
Flashcards
Brain Games
See All
ProProfs.com
Quizzes
Quizzes
Database Management Using SQL
20 Questions
|
By Prasad Mutkule | Updated: Mar 15, 2022
| Attempts: 25
Share
Start
Share on Facebook
Share on Twitter
Share on Whatsapp
Share on Pinterest
Share on Email
Copy to Clipboard
Embed on your website
Question
1
/ 20
0 %
0/100
Score
0/100
1.
Which of the following is valid SQL for an Index?
CREATE INDEX ID;
CHANGE INDEX ID;
ADD INDEX ID;
REMOVE INDEX ID;
Submit
Start Quiz
About This Quiz
.
2.
What's your name?
We’ll put your name on your report, certificate, and leaderboard.
2.
Which of the following is not a property of transactions?
Atomicity
Concurrency
Isolation
Durability
Submit
3.
Tree structures are used to store data in
Network model.
Relational model.
Hierarchical model.
File based system.
Submit
4.
Introducing a woman, Shashank said, "She is the mother of the only daughter of my son." How that woman is related to Shashank?
Daughter
Sister-in-law
Wife
Daughter-in-law
Submit
5.
In SQL the statement select * from R, S is equivalent to
Select * from R natural join S.
Select * from R cross join S.
Select * from R union join S.
Select * from R inner join S.
Submit
6.
ON UPDATE CASCADE ensures which of the following?
Normalization
Data Integrity
Materialized Views
All of the above.
Submit
7.
January 1, 2008 is Tuesday. What day of the week lies on Jan 1, 2009?
Monday
Wednesday
Thursday
Sunday
Submit
8.
Which of the following are the five built-in functions provided by SQL?
COUNT, SUM, AVG, MAX, MIN
SUM, AVG, MIN, MAX, MULT
SUM, AVG, MULT, DIV, MIN
SUM, AVG, MIN, MAX, NAME
Submit
9.
The SQL keyword BETWEEN is used:
For ranges.
To limit the columns displayed.
As a wildcard.
None of the above is correct.
Submit
10.
A clock is started at noon. By 10 minutes past 5, the hour hand has turned through:
145°
150°
155°
160°
Submit
11.
A person crosses a 600 m long street in 5 minutes. What is his speed in km per hour?
3.6
7.2
8.4
10
Submit
12.
Which of the following ensures the atomicity of the transaction?
Transaction management component of DBMS
Application Programmer
Concurrency control component of DBMS
Recovery management component of DBMS
Submit
13.
A vendor bought toffees at 6 for a rupee. How many for a rupee must he sell to gain 20%?
3
4
5
6
Submit
14.
A is thrice as good as workman as B and therefore is able to finish a job in 60 days less than B. Working together, they can do it in:
20 days
22.5 days
25 days
30 days
Submit
15.
The SQL keyword(s) ________ is used with wildcards.
LIKE only
IN only
NOT IN only
IN and NOT IN
Submit
16.
Find the SQL statement below that is equal to the following: SELECT NAME FROM CUSTOMER WHERE STATE = 'VA'
SELECT NAME IN CUSTOMER WHERE STATE IN ('VA');
SELECT NAME IN CUSTOMER WHERE STATE = 'VA';
SELECT NAME IN CUSTOMER WHERE STATE = 'V';
SELECT NAME FROM CUSTOMER WHERE STATE IN ('VA');
Submit
17.
A relation is in ____________ if an attribute of a composite key is dependent on an attribute of other composite key.
2NF
3NF
BCNF
1NF
Submit
18.
What is data integrity?
It is the data contained in database that is non redundant.
It is the data contained in database that is accurate and consistent.
It is the data contained in database that is secured.
It is the data contained in database that is shared.
Submit
19.
A train passes a station platform in 36 seconds and a man standing on the platform in 20 seconds. If the speed of the train is 54 km/hr, what is the length of the platform?
120 m
240 m
300 m
None of these
Submit
20.
DROP is a ______________ statement in SQL.
Query
Embedded SQL
DDL
DCL
Submit
View My Results
Related Quizzes
Chapter 7: Creating And Managing Views Using Proc SQL
Chapter 7: Creating And Managing Views Using Proc SQL
Database Management Programs Quiz
Database Management Programs Quiz
SQL And Relational Database Management
SQL And Relational Database Management
Thank you for your feedback!
Would you like to edit this question to improve it?
No thanks
Name:
Email:
Oops! Give us more information:
Incorrect Question
Incorrect Answer
Typos
I have a feedback
Submit
Please provide name and email to proceed.
Please provide correct email to proceed.
Please provide feedback.
Please select the option.
All (20)
Unanswered (
)
Answered (
)
Which of the following is valid SQL for an Index?
Which of the following is not a property of transactions?
Tree structures are used to store data in
Introducing a woman, Shashank said, "She is the mother of the...
In SQL the statement select * from R, S is equivalent to
ON UPDATE CASCADE ensures which of the following?
January 1, 2008 is Tuesday. What day of the week lies on Jan 1, 2009?
Which of the following are the five built-in functions provided by...
The SQL keyword BETWEEN is used:
A clock is started at noon. By 10 minutes past 5, the hour hand...
A person crosses a 600 m long street in 5 minutes. What is his speed...
Which of the following ensures the atomicity of the transaction?
A vendor bought toffees at 6 for a rupee. How many for a rupee must he...
A is thrice as good as workman as B and therefore is able to finish a...
The SQL keyword(s) ________ is used with wildcards.
Find the SQL statement below that is equal to the following: SELECT...
A relation is in ____________ if an attribute of a composite key is...
What is data integrity?
A train passes a station platform in 36 seconds and a man standing on...
DROP is a ______________ statement in SQL.
X
OK
X
OK
Cancel
X
OK
Cancel
Back to top
Back to top
Advertisement