1.

Which of the following option is the correct command of executing DDL statements?

Answer»

Which of the following option is the CORRECT command of executing DDL statements?
Option 1: hcat.py -e "create table MYTABLE(a int);"
Option 2: hcat.py -f "create table mytable(a int);"
Option 3: hcat.py -P "create table mytable(a int);"
Select the correct option from below
(1)Option 1
(2)None of the options
(3)Option 3
(4)Option 2
Answer:-(1)Option 1



Discussion

No Comment Found