Untitled

 avatar
unknown
plain_text
2 years ago
135 B
4
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