Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Pedido_Insert_Delete
CREATE TABLE Pedido ( Codigo_Cliente INT NOT NULL, Nome_Cliente VARCHAR (60) NOT NULL, PRIMARY KEY (Codigo_Cliente) ); INSERT INTO Pedido VALUES (1, 'José Pereira'); INSERT INTO Pedido VALUES (2, 'Mario Orsi'); INSERT INTO Pedido VALUES (3, 'Zeze de Camargo'); INSERT INTO Pedido VALUES (4, 'Floriano Batista'); INSERT INTO Pedido VALUES (5, 'Carlos Pires'); DELETE FROM Pedido WHERE Nome_Cliente='José Pereira';
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Descriptor test
stackoverflow example for 47702144
test
postgresql select test
ECommerce Website SQL Analysis by Iggy Zhao
Ultima Clase
tegs and users
SQL2_CLASS
IF IN POSTGRESQL
LeetCode 262
Please log in to post a comment.