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
explain the storage models of olap? : Sql server database administration
What is a collation?
Can sql servers link to other servers?
What is a result set object returned by mssql_query()?
Explain datetime2 data type in sal server 2008?
When multiple after triggers are attached to sql table, how to control the order of execution?
How many types of objects are there?
What happens when converting big values to numeric data types?
Determine when an index is appropriate?
Can we create clustered index on composite key?
Is sql server 2016 free?
Suppose you want to implement the following relationships while designing tables. How would you do it?a.) One-to-oneb.) One-to-manyc.) Many-to-many
If no size is defined while creating the database, what size will the database have?
What are the advantages of using stored procedures?
What are different types of schemas?