Exam
Adept.com
Home
About Us
Contact
🏠 Home
Database Redesign
Database Redesign
Exercise: Database Redesign
📂 Database Redesign
✅
Questions for: Database Redesign
What SQL command can be used to add columns to a table?
A:
MODIFY TABLE
TableName
ADD COLUMN
ColumnName
B:
MODIFY TABLE
TableName
ADD
ColumnName
C:
ALTER TABLE
TableName
ADD COLUMN
ColumnName
D:
ALTER TABLE
TableName
ADD
ColumnName
Answer:
D
No answer description is available.
Let's discuss.
Discuss About this Question.
Post
A regular subquery can be processed:
A:
from the top down.
B:
from the bottom up.
C:
by nesting.
D:
None of the above is correct.
Answer:
B
No answer description is available.
Let's discuss.
Discuss About this Question.
Post
How can you find rows that do not match some specified condition?
A:
EXISTS
B:
Double use of NOT EXISTS
C:
NOT EXISTS
D:
None of the above is correct.
Answer:
B
No answer description is available.
Let's discuss.
Discuss About this Question.
Post
Which of the following modifications may not succeed?
A:
Changing a column data type from char to date
B:
Changing a column data type from numeric to char
C:
Both of the above actions should succeed.
D:
Neither of the above actions will succeed.
Answer:
A
No answer description is available.
Let's discuss.
Discuss About this Question.
Post
Before any changes to database structure are attempted one should first:
A:
clearly understand the current structure and contents of the database only.
B:
test any changes on a test database only.
C:
create a complete backup of the operational database only.
D:
All of the above should be done.
Answer:
D
No answer description is available.
Let's discuss.
Discuss About this Question.
Post
Ad Slot (Above Pagination)
‹ Prev
1
2
3
4
5
6
7
8
Next ›
Install ExamAdept
Fast access — add this app to your device.
Install
✕
To install on iPhone/iPad: tap Share →
Add to Home Screen
.
Quiz
Discuss About this Question.