I have an RDBMS table which I want to convert into HIVE create table statement. In DDL there are few Not Null columns. How do we define a column as Not Null column in HIVE?
I have an RDBMS table which I want to convert into HIVE create table statement. In DDL there are few Not Null columns. How do we define a column as Not Null column in HIVE?