Answer Posted / sannnnnnnnnnn
select max(sal) from emp where sal<(select max(sal) from emp)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the types of subscriptions in SQL Server replication?
Can I disable or restrict ssrs export formats (rendering formats)?
Explain differentiate between a having clause and a where clause?
What is a periodical index?
What is the command dbcc checkdb used for?
Explain what you mean by 3 tier architecture.
How to see the event list of an existing trigger using sys.trigger_events?
What is the maximum size of sql server database?
Do you know what is sql service broker?
What is filter index?
What is a non equi join?
How to list all columns in a table using odbc_columns()?
What are the advantages of having an index on the sql server?
What is use of attribute hierarchy optimized state? : sql server analysis services, ssas
when would you go for denormalization? : Sql server database administration