Posted by: Pdfprep
Post Date: November 4, 2020
You have a database that stored information about servers and application errors.
The database contains the following tables.
Servers
Errors
You need to return all error log messages and the server where the error occurs most often.
Which Transact-SQL statement should you run?
A)
B)
C)
D)
A . Option A
B . Option B
C . Option C
D . Option D
Answer: A
Explanation:
Explanation Incorrect Answers:
C: This would get all the ServerIDs, and not all the error logs
Leave a Reply