EXPLAIN CREATE TABLE INPUTDDL1(key INT, value STRING) STORED AS TEXTFILE; CREATE TABLE INPUTDDL1(key INT, value STRING) STORED AS TEXTFILE; SELECT INPUTDDL1.* from INPUTDDL1; DROP TABLE INPUTDDL1;