Math, asked by PRATHAMABD, 8 months ago

Bonjour¡
●●●●●●●●●●●●●●●●●●●

【Write SQL command for table creation】​

Answers

Answered by Nereida
8

\huge\star{\green{\underline{\mathfrak{Answer :-}}}}

To create a table we use CREATE table statement.

The structure of the statement is as follows :-

CREATE TABLE tablename ([Column definitions]) [Table parameters]

An example of it is as follows :-

CREATE TABLE "Library" ("Name" Char (20),"Book issued" Varchar(40), "Date of Issue" Date/Time)

\rule {200}2

\tt\huge {SQL :-}

It is an interactive programming language enrich helps to retrieve information or update a database.

Types of statements :-

  • CREATE TABLE
  • UPDATE
  • INSERT
  • DELETE
  • SELECT

For more information, have a lot at the answer :- https://brainly.in/question/15305017

\rule{200}2

Answered by Carpediem12
0

Answer:

we use create table

syntax: create table table_name

Similar questions