InterviewSolution
Saved Bookmarks
| 1. |
What is a default value?(a) It is a value that automatically creates a primary key(b) It is a value that cannot be altered during insertion of values in the tuple(c) It is a value that is initially loaded into the attribute(d) None of the mentioned |
|
Answer» Correct answer is (c) It is a value that is initially loaded into the attribute For explanation: A default value is a value that is initially loaded into the attribute. All the tuples have the default value in the attribute for which it is specified in case any value is not externally specified. |
|