in emptable i want to retrive the name of employee whose
name in 'J'char.exp: arjun,jagadesh,niranjan,anju,aaaj etc.
Answer Posted / kalpana
select * from emp where name like '%J%'
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is nonclustered index on computed columns?
How to create indexed view?
Do you know what are pages and extents? : SQL Server Architecture
Explain what is row_number function?
Is it safe to delete log files?
What is the difference between stored procedure and functions?
What is the name of the Database which IBM mainframe uses?
1. Tell me your daily activities 2. If sql server installation fails at time installation what will do 3. Where does the sql server installation log details are stored 4. After the installation what will you do for memory configuration 5. What is the difference between SQL max maximum memory and AWE memory 6. How will you configure AWE memory 7. How will setup an email alert for the backup job 8. After the SQL installation what are the jobs will you configure 9. What does –g mean in the sql startup parameter 10. What is the difference between Bulked log and Full recovery model 11. What is the difference between mirroring and log shipping 12. What are the steps to be followed before in-place up gradation 13. After installing the patch the sql server does not start and application team tells to rollback the changes .In this scenario what will you do
Can we take the full database backup in log shipping?
What is logon trigger?
What do mean by xml datatype?
Tell me what are cursors and when they are useful?
List out different types of normalizations in sql server and explain each of them?
How to create hyperlink from returned sql query ?
Explain the difference between delete,drop and truncate in SQL Server?