ExamGecko
Question list
Search
Search

List of questions

Search

Question 25 - DEA-C01 discussion

Report
Export

PARTITION_TYPE = USER_SPECIFIED must be used when you prefer to add and remove par-titions selectively rather than automatically adding partitions for all new files in an external storage location that match an expression?

A.
TRUE
Answers
A.
TRUE
B.
FALSE
Answers
B.
FALSE
Suggested answer: A

Explanation:

The CREATE EXTERNAL TABLE syntax for manually added partitions is as follows:

1. CREATE EXTERNAL TABLE

2. <table_name>

3. ( <part_col_name> <col_type> AS <part_expr> )

4. [ , ... ]

5. [ PARTITION BY ( <part_col_name> [, <part_col_name> ... ] ) ]

6. PARTITION_TYPE = USER_SPECIFIED

..

Included the required PARTITION_TYPE = USER_SPECIFIED parameter.

asked 23/09/2024
Gbolahan Olukole
29 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first