GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

SQL Server Interview Questions


SQL Server Interview Questions

Questions: 94
Comments: 293
 SQL Server Tags
 Showing Questions 81-90 of 94 Questions
<< Previous 5 6 7 8 [9] 10 Next >>
 Sponsored Links

 
 SQL Server Interview Questions
Sorting Options :  

Latest Answer: Ans:Database returns an error message when a constraint is violated.Differnet type of constrains;1.Domain Constraints:A Domain constraint deals with one or more columns2.Entity Constraints3.Referential Integrity Constraints.4.Key Constraints  4.1.Primary ...
Read Answers (1) | Asked by : Beena

Latest Answer: Normalization : It is the process of decomposing a relation with anomalies into a well structured relation.Basic Terminology of Normalization:-Well-structured relation : A relation with minimum redundancy and no anomalies Anolamy : is an error during ...
Read Answers (3) | Asked by : Beena

Latest Answer:  A transaction is a group of operations combined into a logical unit of work.  Developer uses transactions to control and maintain the consistency and integrity of each action in a transaction, despite errors that might occur in the system BEGIN ...
Read Answers (2) | Asked by : Beena

Latest Answer: Rownum is the id which is assigned to recored, by the time of record set selected (executed).Rowid is, the id which is assigned physically to each record in table.RegadsSarele ...
Read Answers (3) | Asked by : Beena

Latest Answer: 1. Optimise DB performance ...
Read Answers (2) | Asked by : Beena

Latest Answer: For example let us take emp table.   query to delete duplicate row  will be like thisDelete  * from  emp where Rowid   not in (select  max(Row id) from emp grop by all  columns) ...
Read Answers (19) | Asked by : Beena

Latest Answer: If we are speaking about SQL Server and Dynamic SQL, then the following is the answer.Some queries in SQL Server might be given during run-time as we may not know the table that we might use in the procedure or batch. And so we do a dynamic SQL Statement.CREATE ...
Read Answers (2) | Asked by : Beena

Latest Answer: Please refer that here we are discussing about Sql Server only. There is no function named 'Translate' in Sql Server. 'Translate' function exists in Oracle for translating a single character to some other character.Replace fucntion in ...
Read Answers (3) | Asked by : Beena

Latest Answer: Examples for Analytical functions in Sql Server 2005:AVG, COMPUTE, DENSE RANK, NTile, Over, RANK, Row Number, STDEV, SUM, VAR, VARP, WITH ROLLUP ...
Read Answers (2) | Asked by : Beena

Latest Answer: Right click table in SSMS > Script Table as > CreateYour question of "copy" infers that you want all the constraints.  The example that you give doesn't fill the requierments.  As you want the structure you would als ...
Read Answers (14) | Asked by : Beena

View page << Previous 5 6 7 8 [9] 10 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
Sponsored Links

 
Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape