Bonjour¡
●●●●●●●●●●●●●●●●●●●
【Write SQL command for table creation】
Answers
Answered by
8
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)
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
Answered by
0
Answer:
we use create table
syntax: create table table_name
Similar questions