create table tbPosition(
-- Autoincrement Primary key
posid int primary key not null identity(1,1),
postitle varchar(200),
posdcs varchar(max)
);
--now we create tbstaff
create table tbStaff(
-- increment start from 100 and add 1
staffid int primary key not null identity(100,1),
staffname varchar(200),
gender char(1),
dob date,
merital varchar(200),
address1 varchar(max),
address2 varchar(max),
city varchar(200),
[state] varchar(200),
zipcode int,
email varchar(200),
posid int, -- now we create relationship on this
phone varchar(200),
photo varbinary(max),
active bit,
constraint fk_posid foreign key(posid)
references tbPosition(posid)
on delete cascade
on update cascade
);
How To create table in sql server by query for relationship
How To create table in sql server by query for relationship
Unknown
5.0
stars based on
35
reviews
create table tbPosition( -- Autoincrement Primary key posid int primary key not null identity(1,1), postitle varchar(200), pos...
Subscribe to:
Post Comments (Atom)
Sosial Media
Ads
Paling Dibaca
-
Ultra MPEG-4 Converter is a professional file converter with which you can play any file. Discover the advantages offered by Ultra MPEG...
-
Manage your database in a whole new way. We've added improvements that help you accomplish more. Download
-
- Control Component - Change Keyboard Layout - Insert Update To MySql Server Download
-
Internet Download Manager v6.26. Added Windows 10 compatibility. Fixed compatibility problems with different browsers including Interne...
-
This source code support with Turbo C++ only --> Turbo C++ 32bit --> Turbo C++ 64bit Download
-
Looking to install Windows 10 on your PC? To get started, you will first need to have a license to install Windows 10. You can the...
-
create table tbPosition( -- Autoincrement Primary key posid int primary key not null identity(1,1), postitle varchar(200), pos...
-
Analyze code quality On-the-fly code quality analysis is available in C#, VB.NET, XAML, ASP.NET, ASP.NET MVC, JavaScript, TypeScript, ...
1 comments
How To Create Table In Sql Server By Query For Relationship - Ikh74 >>>>> Download Now
>>>>> Download Full
How To Create Table In Sql Server By Query For Relationship - Ikh74 >>>>> Download LINK
>>>>> Download Now
How To Create Table In Sql Server By Query For Relationship - Ikh74 >>>>> Download Full
>>>>> Download LINK kh
EmoticonEmoticon