0 of 10 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 10 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 definition best describes a database?
What is the name of the software which operates on the data stored in a database?
What is meant by the database term “Record”?
What is meant by the database term “Field”?
What is meant by the database term ‘Query’?
“SELECT first_name FROM students”. What would be the result of the execution of this SQL statement on this table called ‘students’?
“SELECT * FROM students”. What would be the result of the execution of this SQL statement on this table called ‘students’?
“SELECT * FROM students WHERE age > 13”. What would be the result of the execution of this SQL statement on this table called ‘students’?
“SELECT * FROM students WHERE group = 9AB”. What would be the result of the execution of this SQL statement on this table called ‘students’?
What would be the correct SQL statement to delete the 3rd record in this table?