insert into ristorante values (1,"calimero","via pulcino nero n34")
insert into ristorante values (2,"osteria del Ghiottone", "via del Sorcio morto 22")
select * from ristorante
select * from ristorante where id=1;
update ristorante set indirizzo="via del sorcio vivo 22" where id=2;
delete from ristorante where id=1;
giovedì 15 aprile 2010
Iscriviti a:
Commenti sul post (Atom)
Nessun commento:
Posta un commento