Question 59 of 156 from exam DP-900: Microsoft Azure Data Fundamentals

Question 59 of 156 from exam DP-900: Microsoft Azure Data Fundamentals

Question

HOTSPOT -

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Hot Area:

Explanations

Box 1: Yes -

Tables are database objects that contain all the data in a database. In tables, data is logically organized in a row-and-column format similar to a spreadsheet. Each row represents a unique record, and each column represents a field in the record.

Box 2: No -

An index is an on-disk structure associated with a table or view that speeds retrieval of rows from the table or view.

Box 3: Yes -

A view is a virtual table whose contents are defined by a query. Like a table, a view consists of a set of named columns and rows of data.

https://docs.microsoft.com/en-us/sql/relational-databases/tables/tables https://docs.microsoft.com/en-us/sql/relational-databases/indexes/clustered-and-nonclustered-indexes-described https://docs.microsoft.com/en-us/sql/relational-databases/views/views?view=sql-server-ver15