Computer Science, asked by INDadarsh, 11 months ago

unce
Explain.
(a)write a query to create a table
within the following structure
(b)Consides the following cender
table and write the quary
((Tables Product
field - Data type
PID - Char (48
pname- varchai (26)
Description - varchar40)
Price Decimal))​

Answers

Answered by Anonymous
4

{\bold {\boxed{\underline {\huge {\pink {Answer :}}}}}}

#Sql query

create table calender

(

PID char(48) [primary key],

pname varchar(26),

Description varchar(40),

price float(10)

);

ok query,

Similar questions