in emptable i want to retrive the name of employee whose
name in 'J'char.exp: arjun,jagadesh,niranjan,anju,aaaj etc.
Answer Posted / ashok
select * from Emp where name like '%j%'
Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is the difference between function and stored procedure in sql server?
How do I find the transaction log size in sql server?
What is scheduled job and how to create it?
Explain about service Broker functions?
Define views.
Explain nested join?
Define tempdb database?
What is a ddl statement?
what is a join? : Sql server database administration
What is row_number () and partition by in sql server?
What is sql server locking?
What is trigger explain with program?
Explain indexing and what are the advantages of it?
Can you name some of the dml commands in sql?
Explain few examples of RDBMS?