exam questions

Exam 312-49v10 All Questions

View all questions & answers for the 312-49v10 exam

Exam 312-49v10 topic 1 question 541 discussion

Actual exam question from ECCouncil's 312-49v10
Question #: 541
Topic #: 1
[All 312-49v10 Questions]

While collecting Active Transaction Logs using SQL Server Management Studio, the query Select * from ::fn_dblog(NULL, NULL) displays the active portion of the transaction log file. Here, assigning NULL values implies?

  • A. Start and end points for log sequence numbers are specified
  • B. Start and end points for log files are not specified
  • C. Start and end points for log files are specified
  • D. Start and end points for log sequence numbers are not specified
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
T__
Highly Voted 2 years, 9 months ago
The answer should be = D.Start and end points for log sequence numbers are not specified. According to the EC-council Database Forensic Module - In the Collecting Active Transaction Logs Using SQL Server Management Studio section, "Assigning NULL value imply that the start and end points for the log sequence numbers LSN are not specified"
upvoted 8 times
hisham
1 year, 5 months ago
correct
upvoted 1 times
...
...
044f354
Most Recent 4 months ago
Selected Answer: D
SELECT * FROM ::fn_dblog(NULL, NULL) Explanation of each part - SELECT: A SQL keyword used to retrieve data from a database. *: wildcard character instructs SQL to return all available columns from the source. FROM: A SQL keyword indicating the data source. Everything that follows FROM specifies which table, view, or function is being queried. ::fn_dblog: fn_dblog is an undocumented, read-only table-valued SQL function. It allows viewing transaction log records. The prefix (::) is a required syntax element for calling certain built-in functions or internal functions in SQL. (NULL, NULL): fn_dblog typically accepts two parameters representing a starting Log Sequence Number (LSN) and an ending LSN to define which log records to retrieve. NULL, NULL means that no specific start or end LSN is defined. Thus, the function returns all active log records in the transaction log.
upvoted 1 times
...
Elb
4 months, 4 weeks ago
Selected Answer: D
D < Assigning NULL values implies that the start and end points for log sequence numbers (LSNs) are not specified
upvoted 1 times
...
diomaya
1 year, 4 months ago
Selected Answer: D
According to EC Council, (NULL,NULL) means the start and end points are not specified.
upvoted 1 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago