Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
SS Sqlsvr2014 practice
--Sql Server 2014 Express Edition --Batches are separated by 'go' create table Employee(Emp_id int identity(1,1), Emp_name varchar(20), Dob datetime, Age int check(age>18 and age<58), city varchar(20) check (city in ('Chennai','Bangalore','Pune','Hyderabad')), Design varchar(20) not null, salary money)
run
|
edit
|
history
|
help
0
SQL_Joins_RankingFunctions
sql
Cristina
InsertData.sql
Tablestudent
Usage of joins
Mc170404738
Ejercicios de SQL (I)9
customers
Using Variables