Untitled

Anonymous
plain_text
01/25/2024 8:59 AM
180 B
14
Indexable
create table devices(
did number(5) primary key,
dname varchar(20),
cost number(5));

insert into devices values(3,'saurab',2000);
Editor is loading...
Leave a Comment