Login
Remember
Register
Ask a Question
The clause " WITH DEFERRED REBUILD" while creating an index
0
votes
asked
Apr 7, 2020
in
Big Data | Hadoop
by
GeorgeBell
The clause " WITH DEFERRED REBUILD" while creating an index
A - creates index on a table which is yet to be created
B - creates index on a table which has no data
C - creates index only on a table which has data
D - creates an index which is empty
#hive
Bigdata-questions-answers
Hadoop-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 7, 2020
by
GeorgeBell
creates an index which is empty
...