Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Employee database
--Sql Server 2014 Express Edition --Batches are separated by 'go' select @@version as 'sql server version' create table employee ( lname varchar(20) not null, fname varchar(20) not null, ssn varchar(9), superssn varchar(9), bdate date, dno varchar(1), primary key (ssn) , --foreign key (superssn) references employee(ssn) --foreing key (dno) references department(dnumber) );
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Exam_1_Final
How to add namespace to sql generated XML output
Duplicate Records
it
Self join producing wrong results -SQL
Creating tables in sql server
Pivot and Unpivot
test
Campeonato2DLuizFelipe
TABLE
Please log in to post a comment.