Home
|
Tutorial
|
Articles
|
Forum
|
Interview Question
|
Code Snippets
|
News
|
Fun Zone
|
Poll
|
Web Links
|
Certification
|
Search
Welcome :
Guest
Sign In
Register
Win Surprise Gifts!!!
Congratulations!!!
Top 5 Contributors of the Month
satyapriyanayak
Narayanan
Karthikeyan Anbarasan
Amit Mehra
Jean Paul
Find questions, FAQ's and their answers related to .NET, C#, Vb.Net, Sql Server and many more.
Post New Question
Subscribe to Interview Questions
Quick Links For Interview Questions Categories:
ASP.Net
Windows Application
.NET Framework
C#
VB.Net
ADO.Net
Sql Server
SharePoint
Silverlight
OOPs
JQuery
JavaScript/VBScript
Biztalk
Patten/Practices
IIS
WCF
WPF
WWF
Networking
Aptitude
Others
All
Sql Server Interview Questions and Answers
Define Constraints in SQL SERVER
Author:
sriram
Posted Date: October 27, 2011 Category:
Sql Server
Points: 40
Constraints Provide the Mechanism provide integrity in the data base to create a table to check some conditions.
There are Three type of constraints in sql server
1) Domain Integtity Constraint(not null,check)
2) Entity Integrity Constrinnt( Primary key ,Unique Key)
3) Referential Integrity Constraint(Parent table,Child Table Relationship)..
hope this will Hellp..
Let me know any Queries
Regards
Sriram.R
joins in SQL SERVER
Author:
sriram
Posted Date: October 27, 2011 Category:
Sql Server
Points: 40
Joins Actualy performs Two or more table combined into a single result set..
Three are Four Types of joins in SQL SERVER.
1) inner join
2) Outer join(Left outer join,Right outer join)
3) Full join
4) Cross join
Regards
Sriram.R
what is use of sp_adduser in SQL server?
Author:
Narayanan
Posted Date: October 13, 2011 Category:
Sql Server
Points: 40
allows you to add a new user to a database
What is mean by cursors?
Author:
Narayanan
Posted Date: October 13, 2011 Category:
Sql Server
Points: 40
row-by-row processing of the result sets
What is the default value of an integer data type?
Author:
Narayanan
Posted Date: October 13, 2011 Category:
Sql Server
Points: 40
NULL is the default value of an integer data type?
Will COUNT(column) include columns with null values in its count?
Author:
Narayanan
Posted Date: October 13, 2011 Category:
Sql Server
Points: 40
Yes, COUNT(column) include columns with null values in its count?
what is mean by TCL? and explain it usage?
Author:
Narayanan
Posted Date: October 11, 2011 Category:
Sql Server
Points: 40
TCL: TCL stands for Transactional Control Language. TCL is used to manage transactions within a database.
Examples: COMMIT, ROLLBACK statements
What is mean by DDL and Usage?
Author:
Narayanan
Posted Date: October 11, 2011 Category:
Sql Server
Points: 40
DDL -- Data Definition Language.
create and modify the structure of database objects.
Tell me types of triggers?
Author:
Narayanan
Posted Date: September 28, 2011 Category:
Sql Server
Points: 40
Insert,
Update,
Delete,
Instead of
what is tuple?
Author:
Narayanan
Posted Date: September 28, 2011 Category:
Sql Server
Points: 40
instance of data within relational database.
« Previous
1
2
3
4
5
6
7
8
9
10
….
69
70
Next »
Hall of Fame
Twitter
Terms of Service
Privacy Policy
Contact Us
Archives
Tell A Friend