Pages
(Move to ...)
Assignment
Synopsis
C
Graphics
Compiler
C#
DCN
DBMS
Discrete Math
DS
IT Fun
Java
Json
NIELIT
Notes
Office
OOPS
OS
PHP
Project
Phython
Question
SSAD
Web
UGC Net
VB
ASP
▼
Saturday, 10 November 2018
Alter Table SQL Server
Making Unique key
Syntax
:
alter table
your_table
add constraint
constraint_Name
unique
(yourcolumn);
Example
:
alter
table
dbo
.
UserMaster
add
constraint
unq_uname
unique
(
UserName
);
Next Example
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment