InterviewSolution
Saved Bookmarks
| 1. |
Explain One to One (1:1), One to Many (1:N) and Man to Many (N:N) mapping with an example? |
|
Answer» Write-ahead transaction log controls & DEFINED recording of DATA modifications to disk. To maintain ACID (Atomicity, Consistency, Isolation, and Durability) property of DBMS, SQL Server uses a write-ahead log (WAL), which guarantees that no data modifications are written to disk before the associated log record is written to disk. Write-ahead log WORK as below:-
|
|