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 the use of custom fields in report?
What are date and time data types in ms sql server?
Define Business Edition in SQL Azure?
what kind of lan types do you know? : Sql server database administration
What is Federation and Federation Member?
Explain “row_number()” in sql server with an example?
I have a table Events Events containing cardno,time,id,name--each id has a cardno my requirement is every day each employee swipe the card several times i want to calculate first and last time of each card the output should be name 1 2 6 7 in out in out holiday holiday xxx 09:30 06:30 09:40 06:45 where 1,2...... are dates for example january 1,2, etc. 6 and 7 are saturday and sunday how it is posssible
Explain the xml support sql server extends?
how do you determine the Load performance of any query in sql server {example how do u determine performance of a select stmnt which returns Dynamically many no of records ... some times 100,1000,10000 etc., }
Do you know what is sql injection?
Can you create a logon trigger in sql server 2005 express edition?
What is mscorsvw.exe - process - microsoft .net framework ngen?
How do I view views in sql server?
How can you list all the table constraints in a database?
explain databases and sql server databases architecture? : Sql server database administration