티스토리 뷰
Index Architecture Types
How many index architecture type classifications are there in MS SQL Server?
=> 2. 2
Indexes - 2
Which of the following statement is true about row locators in non-clustered indexes in MS SQL Server?
=> 3. If the table has a clustered index, or the index is on an indexed view, the row locator is the clustered index key for the row.
Indexes - 3
Consider the following two designs to store the data using clustered indexes in MS SQL Server:
- In the first design, the fill factor is 20% and the total number of free rows per page are A.
- In the second design, the fill factor is 40% and the total number of free rows per page are B.
Which the followings describes the relation between A and B:
=> 1. A = 1.33B
The answer is A=1.33B. The space filled is 20% and remaining space is 80% The space filled is 40% and remaining space is 60% 80%=1.33(60%).
Indexes - 4
The correct syntax for creating composite indexes in MS SQL Sever is:
=> 3. <p>CREATE INDEX index_name</p> <p>ON table_name(column1, column2);</p>
복합 인덱스를 생성하는 구문
'Programming > Database' 카테고리의 다른 글
[Database] 데이터 관련 용어 정리 (0) | 2022.01.15 |
---|---|
[Database/Hackerrank] OLAP Performance (0) | 2021.11.07 |
[Database/Hackerrank] Relational Algebra - 3 (0) | 2021.11.07 |
[Database/Hackerrank] Basics of Sets and Relations #1~7 (0) | 2021.11.07 |
- Total
- Today
- Yesterday
- tensorflow
- TSQL
- 넷플릭스
- MS SQL Server
- 분석탭
- 테슬라
- list
- 리비안
- 동국알앤에스
- HK이노엔
- string
- Tableau
- mysql
- insert
- 코로나19
- Weather Observation Station
- hackerrank
- python3
- SQL Server
- 해커랭크
- MSSQL
- DATABASE
- python
- 미중무역전쟁
- 매매일지
- 경구치료제
- 몰누피라비르
- 대원화성
- 에코캡
- 넥스트BT
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |