data definition languageit organises the data in


Data Definition Language

It organises the data in the form of columns and rows. But what does the data field column of table accumulate? How do you describe it using SQL?

The Data definition language (DDL) defines a set of commands used in the modification and creation of schema objects such as indexes, tables, views etc. These commands give the ability to create, drop and alter these objects. These commands are linked to the management and administrations of the databases. Before and after every DDL statement, the current transactions are implicitly committed, that is changes made by these commands are permanently stored in the databases. Let us talk about these commands in more detail:

CREATE TABLE Command

Syntax:

CREATE TABLE

(

Column_name1 data type (column width) [constraints], Column_name2 data type (column width) [constraints], Column_name3 data type (column width) [constraints],

...............................................

);

Where table name assigns the name of the table, column name describes the name of the field, data type specifies the data type for the field and column width distribute specified size to the field.

 

 

 

Request for Solution File

Ask an Expert for Answer!!
Database Management System: data definition languageit organises the data in
Reference No:- TGS0209770

Expected delivery within 24 Hours

  • Q : external factorsopportunitythis plan will build a

    external factorsopportunitythis plan will build a good image for maribyrnong council even melbourne the opportunity for maribyrnong council there

  • Q : why at critical temperature in superconductors

    why at critical temperature in superconductors resistance becomes zerosolution for conductors as the temperature increases their rasistance increases

  • Q : difference between sql and sqlplussqlsqlplussql

    difference between sql and sqlplussqlsqlplussql is a languagesql plus is an environmentit is based on

  • Q : in light of the findings of the swedish foresight

    in light of the findings of the swedish foresight group and the work of researchers hisrich and peters what elements need to be present in a business

  • Q : data definition languageit organises the data in

    data definition languageit organises the data in the form of columns and rows but what does the data field column of table accumulate how do you

  • Q : guidelines for creation of table table name

    guidelines for creation of table table name should begin with an alphabet in table name single quotes and blank spaces are not allowed reserve words

  • Q : the management approach would advocate the

    the management approach would advocate the position that entrepreneurs can be made discuss the management approach to entrepreneurial theory by

  • Q : column constraints not null unique check primary

    column constraints not null unique check primary key default referenceson delete cascade using this key whenever a

  • Q : create table prodtranspno number 4ptype char 1

    create table prodtranspno number 4ptype char 1 check ptype in irs qty number 5foreign key pno references product pno on delete cascade in the

  • ©TutorsGlobe All rights reserved 2022-2023.