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
If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?
What is openxml in sql server?
Explain trigger and its types?
What is auditing in sql server?
What is the difference between indexing and hashing?
How each E-R model constructs can be mapped to the relational model?
Explain what is the difference between a local and a global temporary table?
What do you understand by integration services in sql server?
What is user-defined scalar function?
Can we perform backup restore operation on tempdb? : sql server database administration
Can we call stored procedure in view in sql server?
what is blocking? : Sql server database administration
What are the ways available in sql server to execute sql statements?
What is log ldf?