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
Explain what is sql server english query?
Explain indexing and what are the advantages of it?
what's the information that can be stored inside a bit column? : Sql server database administration
Define self join in sql server joins?
What do you mean by a dependent functionality in a build?
What are triggers? How many triggers you can have on a table? How to invoke a trigger on demand?
What is indexing and its types?
Does a full backup include transaction log?
What are the benefits and tasks of object explorer? : sql server management studio
What is user-defined function?
You are creating an application where users are asked their gender in the gender combo box you have three options: ‘male’ , ‘female’ and ‘i choose not to disclose’ these options are stored in the table as 1, 0 or null which datatype should you use?
define and explain the differences between clustered and non-clustered indexes.
What happens if date-only values are provided as date and time literals?
What is nolock?
What is the contrast between sql and pl/sql?