SQL -Structured Query Language - SQL Table - Alter - Add Column Quiz
# | Quiz |
---|---|
1
Discuss
|
Alter - Add Column
Which of the following is used to insert a tuple from another relation?
Solution |
2
Discuss
|
Alter - Add Column
Which of the following deletes all tuples in the instructor relation for those instructors associated with a department located in the Watson building which is in department relation.
Solution |
3
Discuss
|
Alter - Add Column
Fill in with correct keyword to update the instructor relation.
Solution |
4
Discuss
|
Alter - Add Column
_________ are useful in SQL update statements, where they can be used in the set clause.
Solution |
5
Discuss
|
Alter - Add Column
The problem of ordering the update in multiple updates is avoided using
Solution |
6
Discuss
|
Alter - Add Column
Which of the following is the correct format for case statements.
Solution |
7
Discuss
|
Alter - Add Column
Which of the following relation updates all instructors with salary over $100,000 receive a 3 percent raise, whereas all others receive a 5 percent raise.
Solution |
# | Quiz |