Objects Flashcards

1
Q

What does the term ‘objects’ encompass in Snowflake?

A

Databases, tables, views, warehouses, and schemas

The term objects includes both familiar constructs and additional elements unique to Snowflake.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the meaning of ‘schema’ in Snowflake?

A

Roughly analogous to a database in traditional RDBMS

In Snowflake, a schema does not represent the structure of a single table.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the highest level in the Snowflake object hierarchy?

A

Organization

The organization is the root node in the Snowflake object hierarchy.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the components within an organization in Snowflake?

A

Accounts, users, roles

Accounts are provisioned within the organization, and roles are crucial for access control.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the role of ‘warehouses’ in Snowflake?

A

Top-level compute object

Warehouses are used for processing queries and data operations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the role of ‘databases’ in Snowflake?

A

Top-level data object

Databases contain tables, views, and other related objects.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a ‘stage’ in Snowflake?

A

A staging area on some cloud storage location

Stages are used for data loading and unloading.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What must a table’s fully qualified name include in Snowflake?

A

Database name and schema name

The format is database.schema.table.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

True or False: In Snowflake, every user has an associated role when signing in.

A

True

Role-based access control is a fundamental aspect of Snowflake.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What additional objects does Snowflake include beyond tables and views?

A

File format objects, stages, stored procedures, UDFs

These objects enhance the functionality and data management capabilities of Snowflake.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly