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                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
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
in emptable i want to retrive the name of employee whose 
name in 'J'char.exp: arjun,jagadesh,niranjan,anju,aaaj etc.
 Question Submitted By :: Reddy
I also faced this Question!!     Rank Answer Posted By  
 
  Re: in emptable i want to retrive the name of employee whose name in 'J'char.exp: arjun,jagadesh,niranjan,anju,aaaj etc.
Answer
# 1
select * from emp where empname like J%
 
Is This Answer Correct ?    0 Yes 6 No
Nithya_raghu
[CoMakeIt]
 
  Re: in emptable i want to retrive the name of employee whose name in 'J'char.exp: arjun,jagadesh,niranjan,anju,aaaj etc.
Answer
# 2
select * from emp where empname like '%j%'
 
Is This Answer Correct ?    7 Yes 1 No
Muthu Kumar
 
 
 
  Re: in emptable i want to retrive the name of employee whose name in 'J'char.exp: arjun,jagadesh,niranjan,anju,aaaj etc.
Answer
# 3
select * from employee where name like=%'j'%

Thanx
Ashok
 
Is This Answer Correct ?    1 Yes 5 No
Ashok
 
  Re: in emptable i want to retrive the name of employee whose name in 'J'char.exp: arjun,jagadesh,niranjan,anju,aaaj etc.
Answer
# 4
select * from employee where name like=%'j'%

Thanx
Ashok
 
Is This Answer Correct ?    0 Yes 5 No
Ashok
 
  Re: in emptable i want to retrive the name of employee whose name in 'J'char.exp: arjun,jagadesh,niranjan,anju,aaaj etc.
Answer
# 5
select * from Emp where name like '%j%'
 
Is This Answer Correct ?    5 Yes 1 No
Ashok
 
  Re: in emptable i want to retrive the name of employee whose name in 'J'char.exp: arjun,jagadesh,niranjan,anju,aaaj etc.
Answer
# 6
select * from emp where name like '%J%'
 
Is This Answer Correct ?    4 Yes 1 No
Kalpana
 
  Re: in emptable i want to retrive the name of employee whose name in 'J'char.exp: arjun,jagadesh,niranjan,anju,aaaj etc.
Answer
# 7
For those who names starts with letter J is

select * from emp where name like 'j%'

For those who names with letter J is

select * from emp where name like '%j%'
 
Is This Answer Correct ?    1 Yes 3 No
Deepa
 

 
 
 
Other SQL Server Interview Questions
 
  Question Asked @ Answers
 
i need some interview questions on sql server developer plz any onee send some links.  1
hi i gone though satyam interview. what is Acid Properties? Satyam2
what is the output for this query select * from employee where 1=1;  4
what is the importence of the trigger in sqlserver2000? ATI1
select the 3rd maximum salary from sql server database if 4 (just an example In practically I may not know the exact situation) of the highest salaries are equal.  7
Explain the new features of SQL server 2000?  1
What is a sub-query? When would you use one?  3
select top 5 * from emp order by newid() my question is , how this query get executed?  4
Explain different isolation levels?  3
Accidentally i deleted my table. How can i get that table?  4
What are statistics, under what circumstances they go out of date, how do you update them? HCL2
Which system table contains information on constraints on all the tables created?  2
how many type of subquery?  2
What's the difference between a primary key and a unique key?  4
What is a view? is View updatable? IBM11
wat is the main diff between sql server 2000and sql server 2005 Jade-Software6
Explain fundamentals of Data ware housing & OLAP?  1
can you any body tell me simple recovery,full recovery,bulk logged recovery where can use?  1
Can some one please help with a query which will take only max value of a column in a join.  2
What is SQL server agent? SAP-Labs2
 
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