Run Code
|
API
|
Code Wall
|
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
Exp8Q2
Empresa
Q2_60min
Cross and outer apply
QLCB_BTVN_TUAN 8
Pro 2
exercise
Sum then delete one row
Allocations Check
trigger