Database - Database Redesign Questions and Answers
Practice ModeShowing 10 of 20 questions
Q1
Which of the following SQL statements are helpful in database redesign?
Answer: Option C
Q2
What SQL command can be used to delete columns from a table?
Answer: Option C
Q3
Database redesign is not terribly difficult if the:
Answer: Option C
Q4
Which SQL-92 standard SQL command can be used to change a table name?
Answer: Option D
Q5
The process of reading a database schema and producing a data model from that schema is known as:
Answer: Option C
Q6
Before any changes to database structure are attempted one should first:
Answer: Option D
Q7
Which of the following modifications may not succeed?
Answer: Option A
Q8
How can you find rows that do not match some specified condition?
Answer: Option B
Q9
A regular subquery can be processed:
Answer: Option B
Q10
What SQL command can be used to add columns to a table?
Answer: Option D