0 votes
in Big Data | Hadoop by
The query

Create table TABLE_NAME LIKE VIEW_NAME

A - creates a table which is copy of the view

B - is invalid

C - runs only if the view has data

D - runs only if the view is in same directory as the table

1 Answer

0 votes
by
creates a table which is copy of the view
...