Multiple choice technology databases

Waht is page size and Extent size in SQL server

  1. 8,64 MB

  2. 8,64 KB

  3. 16,64 KB

  4. 10,86 MB

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In SQL Server, a page is the fundamental unit of data storage, sized at 8 KB. An extent consists of 8 contiguous pages, making it 64 KB total. Options A and D incorrectly use MB instead of KB, while option C has wrong values.