ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories  >>  Software  >>  Databases  >>  SQL Server
 
 


 

 
 Oracle interview questions  Oracle Interview Questions
 SQL Server interview questions  SQL Server Interview Questions
 MS Access interview questions  MS Access Interview Questions
 MySQL interview questions  MySQL Interview Questions
 Postgre interview questions  Postgre Interview Questions
 Sybase interview questions  Sybase Interview Questions
 DB Architecture interview questions  DB Architecture Interview Questions
 DB Administration interview questions  DB Administration Interview Questions
 DB Development interview questions  DB Development Interview Questions
 SQL PLSQL interview questions  SQL PLSQL Interview Questions
 Databases AllOther interview questions  Databases AllOther Interview Questions
Question
1.what is stored procedure?Its significance with example?

2.Explain about index with syntax and example?

plz do reply.........
 Question Submitted By :: AnithaBabu1
I also faced this Question!!     Rank Answer Posted By  
 
  Re: 1.what is stored procedure?Its significance with example? 2.Explain about index with syntax and example? plz do reply.........
Answer
# 1
store proceder is T-SQL commend , in store proceders 
baunch of commends and bunch of statement excuted at a time 
know as store proceder.
  ex :
       select (avg)sal,ename from emp
       
       we dont write evry time this commend 
           
       simply write of this commend insted of
        
      write this commend (STORE PROCEDER)
      
      CREATE PROC USD_AVGSAL FROM EMP
      U EXECUTE N NUMER OF TIMES WITH THIS AND 
      EXEC USD_AVGSAL...........
Index  is  read from spcific recored or data know as index.
and index use of retrive data fast.faster excution.
 syntax:
        create non clusterd index cid_eid_emp
         
          on emp(eid)
         on primary.
 
Is This Answer Correct ?    0 Yes 0 No
Trived.r
 

 
 
 
Other SQL Server Interview Questions
 
  Question Asked @ Answers
 
What is a sub-query? When would you use one?  3
what is web server? Satyam3
wht is normalization?can u explain me in detail? TCS6
What is user stored procedure & it purpose? Wipro3
can we call stored Procedure in Function in Sql Server 2000 and vice versa. eSoft2
What is Report Server,Report Manager and Report Builder in SSRS 2005?  1
Explain Trigger with an example?  1
what is the order of execution of where,having,group by in select stement Tanla-Solutions5
What are the magic tables in SQL Server 2000? Infogain5
Can you explain the role of each service?  1
What is the STUFF function and how does it differ from the REPLACE function?  2
What are the pros and cons of creating extended stored procedures?  1
What is normalization and what are the different forms of normalizations?  1
What is lock escalation?  1
What is The Use Of TIMESTAMP DataType in SQL Server 2005?  3
Plz tell about backup&recovery?  2
select top 5 * from emp order by newid() my question is , how this query get executed?  4
What is a job?  3
What's the difference between a primary key and a unique key? Wipro8
Assume,there are three tables in a database, Can i have both primary key and foreign key for each table in the same database?  4
 
For more SQL Server Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com