Login
Remember
Register
Ask a Question
The query Create table TABLE_NAME LIKE VIEW_NAME
0
votes
asked
Apr 6, 2020
in
Big Data | Hadoop
by
GeorgeBell
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
Bigdata-questions-answers
Hadoop-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 6, 2020
by
GeorgeBell
creates a table which is copy of the view
...