Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Empleados
--Sql Server 2014 Express Edition --Batches are separated by 'go' create table Empleados ( Id_Empleados int primary key not null, Apellido_Paterno varchar(20), Apellido_Materno varchar(20), Sueldo_ase numeric(10,2), Id_Depto int, Id_Contrato int, Ciudad varchar(25)) select @@version as 'sql server version'
run
|
edit
|
history
|
help
0
jueves
Tbl
Delete double entries from a table without primary key
Negociosj
sum vs count with multiple options in group by clause
SQL Server : Calculate Going Step (Yutthana Thanomklay)
Delete cascade
DBMS ca2
First Query
EXP 8