Computer Science, asked by snehanaskar2, 9 months ago

a) identify the primary key of the Book Table, also mention the suitable reason for choosing it as a primary key .

b) difference between:
i. char and varchar data type
ii. DDL and DML

Attachments:

Answers

Answered by cleverbraver
0

a) the primary key of the table is book id as it can not be same in any case.

b) char denotes character. it means it stores character.

it holds 255 characters.

WHILE

varchar dented variable character. it means it stores variable characters.

ii. DDL stands for data definition language.

it's commands are:

-CREATE

-ALTER

-DROP

while

DML stands for data manipulation language. it's commands are:

-SELECT

-INSERT

-UPDATE

-DELETE

Similar questions