exam questions

Exam 98-364 All Questions

View all questions & answers for the 98-364 exam

Exam 98-364 topic 1 question 52 discussion

Actual exam question from Microsoft's 98-364
Question #: 52
Topic #: 1
[All 98-364 Questions]

You need to remove a view named EmployeeView from your database.
Which statement should you use?

  • A. DELETE VIEW EmployeeView
  • B. DELETE EmployeeView
  • C. DROP EmployeeView
  • D. DROP VIEW EmployeeView
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
syed5
4 years, 11 months ago
Removes one or more views from the current database. DROP VIEW can be executed against indexed views. https://docs.microsoft.com/en-us/sql/t-sql/statements/drop-view-transact-sql?view=sql-server-ver15
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...