InterviewSolution
Saved Bookmarks
| 1. |
Features provided by ALTER DATABASE statement do not include ____________(a) Deletes database(b) Modifies file(c) Changes the attributes of a database(d) Changes the database collationThe question was posed to me in final exam.Enquiry is from Data Definition Language in chapter Creating the Physical Database Schema of SQL Server |
|
Answer» RIGHT option is (a) Deletes DATABASE To elaborate: ALTER DATABASE is USED to modify the database. |
|