GeekInterview.com
  I am new, Sign me up!
 

SQL Server Interview Questions


SQL Server Interview Questions

Questions: 99
Comments: 349
 SQL Server Tags
 Showing Questions 91-99 of 99 Questions
<< Previous 6 7 8 9 [10] 
 Sponsored Links

 
 SQL Server Interview Questions
Sorting Options :  

Latest Answer: create table dup(id int, name varchar(50))insert into dup values (1 ,'raja')insert into dup values (1 ,'raja')insert into dup values (2 ,'krishna')insert into dup values (2 ,'krishna')insert into dup values (3 ,'ramana')insert ...
Read Answers (23) | 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: select column_list into new_table_name from old_table_name where false_condition(ex. 1!=1) ...
Read Answers (15) | Asked by : Beena

Latest Answer: * Stored procedure contains all DML stmt to perform operation With permanent table where user define function does not contain insert, update, delete stmt to modify the permanent table.* Stored procedure takes input and output parameter where function ...
Read Answers (21) | Asked by : Beena

Latest Answer: HAVING specifies a search condition for a group or an aggregate function used in SELECT statement.HAVING can be used only with the SELECT statement. HAVING is typically used in a GROUP BY clause. When GROUP BY is not used, HAVING behaves like ...
Read Answers (13) | Asked by : Beena

Latest Answer: ref cursor can be used to retrieve and return the multiple records ...
Read Answers (3) | Asked by : Beena

Latest Answer: System.Data.Sqlclient ...
Read Answers (4) | Asked by : kulwant kumar

View page << Previous 6 7 8 9 [10] 

Ask A Question
Go Top
 Sponsored Links

 
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
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape