select names starts with a,b,c
Answer Posted / roopesh kumar
Select * From emp Where substr(ename,1,1) In
('a', 'b', 'c', 'S');
Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
what is a major difference between sql server 6.5 and 7.0 platform wise? : Sql server database administration
State the difference between local and global temporary tables?
Explain iaas, paas and saas?
How can we migrate from SQL server to SQL Azure?
What is the use of group by clause?
Sql server reporting services vs. Crystal reports.
What is impersonation? What are the different impersonation options available in ssas? : sql server analysis services, ssas
Explain what are partitioned views and distributed partitioned views?
How much is a sql server license?
How to insert data with null values?
Where the sql logs gets stored?
Can we run Reporting Services with SQL Server express edition, which is a free version of SQL Server?
What are .mdf files?
what is a deadlock? : Sql server database administration
What are page splits? : SQL Server Architecture