Buy Questpond's video subscriptions on
huge discount
.
Online: 1925
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
Sql Server
>
Loading ...
What does below script mean?
Create Table emp_master(emp_id int identity(1,1))
Posted by
vishalneeraj-24503
on 10/7/2014 | Category:
Sql Server Interview questions
| Views: 1596 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
This will create a table having emp_id column identity.
Default identity column start with 1 and incremented by 1 only.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
Which property is used to auto increment in MySql ...
Next > :
Which property is used to SET auto increment in Sq ...
Comments or Responses
Login to post response
More Interview Questions by vishalneeraj-24503
Which property is used to SET auto increment in Sql Server?
What is the use of Auto Increment option in Sql Server?
Which function is used to get Last increment value in Sql Server Datab ...
Which in-built function is used to get Last incremented value in MySql ...
How to get Random values in digits like 1,2,3,4,5 and so on without th ...
Which range does fall the output of the RAND function?
Tell us about difference between NEWSEQUENTIALID() and NEWID() Sql Ser ...
How to fetch Random Rows in Sql Server?
Latest Interview Questions
In C#, the keyword used to pass the arguments by reference is?
In C#, the keyword used to access the base class members from the deri ...
In C#, the following keyword used to allocate the for a class's in ...
In C#, the keyword used to create an object to a class or struct is?
In C#, the process of grouping the related methods and variables (memb ...
C# doesn't support one of the following features. Find that?
In C#, the method used to sort an array in the descending order is?
In C#, the method used to sort an array in the ascending order is?
More ...