Answer Posted / sreeja.t.pillai
SELECT MIN(EmpSal) Min_Salary FROM Employee_Details
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
How to create user messages with print statements in ms sql server?
What is sql server locking?
Explain view in sql server?
Write a sql query to get zero records from a table having n number of records?
How to join two tables in a single query in ms sql server?
What is BCP? When does it used in sql server 2012?
Which are ddl commands?
Explain primary key, foreign key and unique key?
What is view in sql?
How many cores do I need for sql server 2016?
what changed between the previous version of sql server and the current version? : Sql server database administration
How to list all dsn entries on your local machine using odbc_data_source()?
Explain optimistic and pessimistic concurrency?
What are partitioned views and distributed partitioned views?
You want to check the syntax of a complicated update sql statement without executing it. What command should you use?