What are the aggregate and scalar functions?
No Answer is Posted For this Question
Be the First to Post Answer
select empid empname from employee What is the result for the about query?
Is sql server 2016 free?
What is indexed view? How to create it?
What is checkpoint in sql server?
What happens if the update subquery returns no rows in ms sql server?
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
What is difference between line feed ( ) and carriage return ( )?
Explain about analysis services?
How to concatenate two character strings together?
What is the SQL?????????????????????????????
what is the difference between delete table and truncate table commands? : Sql server database administration
When would you use a before or after trigger?