Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Crea, confirma y despliega tablas
--Sql Server 2014 Express Edition --Batches are separated by 'go' select @@version as 'sql server version' create table alumnos (id integer, nombre char(20), apellido char(20), cp char(6)); SELECT * FROM SYSOBJECTS SELECT * FROM SYSOBJECTS where name = 'alumnos' SELECT * FROM INFORMATION_SCHEMA.TABLES; GO
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Many-to-Many Join Example
TARUN
Admno
robot-grading
UNPIVOT
BRYAN_BD1
Conditional Operator (IIF)
SQL Server - NULL values with IN and NOT IN (Solution)
Checking SQL Job run status
Generate xml
Please log in to post a comment.