0 of 15 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 15 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Which of the following statements are true?
alter table <table name> drop column <column name>; this query deletes a column
Which of the following statements are true?
Truncate clause is used to delete complete data from an existing table
Which of the following statements are correct?
What is the role of operators?
Which of the following fall under arithmetic operators?
“%” is a arithmetic operator
what is the outcome of the query “Select 5+2”;
Which of the following is a comparison operator >
Which of the following are comparison operators?
What is the symbol used to specify not in SQL?
Which of the following are logical operators?
Logical operators define what kind of relation the variable have with one another
Which of the following are valid operators?