Respuesta :

In the sql language, the create table statement is used to make table definitions.

A DDL statement called Construct TABLE is used to create tables in a database. As soon as the CREATE TABLE script is run, the table is constructed and prepared to hold data moving forward. To construct the table in its own schema, the user needs the CREATE TABLE system privilege. Using the same command processing functionality as IBM-supplied commands, the Create Command (CRTCMD) command produces a new user-defined command (i.e., a command definition). The command definition is an object that can be kept in either a user library or the general purpose library (QGPL).

Learn more about command here-

https://brainly.com/question/14583083

#SPJ4