CREATE TABLE employee (name VARCHAR, id INTEGER) What type of statement is this? July 19, 2021July 19, 2021 administrator CREATE TABLE employee (name VARCHAR, id INTEGER) What type of statement is this?DDLExplanation: Data Definition language is the language which performs all the operation in defining structure of relation.DMLViewIntegrity constraint Share this: Click to share on Facebook (Opens in new window) Facebook Click to share on X (Opens in new window) X Like this:Like Loading...Related Posts:What is the type of each element in sys.argv?