Answer Posted / hari
Transcation is a sequence of operations performed as single
logical unit work .
Atomicity,consistency,isolation, Durabality
Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Explain what are partitioned views and distributed partitioned views?
How to rebuild all indexes on a single table?
Can we install sql server 2016 on windows 7?
How global temporary tables are represented and its scope?
What are SSL and TSL protocols?
What is row_number () and partition by in sql server?
Can two different columns be merged into single column? Show practically?
if no size is defined while creating the database, what size will the database have? : Sql server administration
What is order of B+tree?
How do I find the size of a sql server database?
How do I find information about the install locations for the various instances running on a computer?
How to change the password of a login name in ms sql server?
Write query to return all rows sql?
How to get @@error and @@rowcount at the same time?
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