Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Crea, inserta y confirma tabla
--Sql Server 2014 Express Edition --Batches are separated by 'go' create table alumnos (id integer, nombre char(20), apellido char(20), cp char(6)); go INSERT INTO alumnos VALUES (13, 'Phoenix', 'ZAZ', 112); INSERT INTO alumnos VALUES (11, 'Phox', 'ZeZ', 113); GO select * from alumnos GO
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
MyWall
Trabalho.Agrecação
student
Practice
New
table variables (temporary tables)
adbms 0
Output
book
test44
Please log in to post a comment.