What is transcation?Plz give One example?

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


Please Help Members By Posting Answers For Below Questions

Explain what are partitioned views and distributed partitioned views?

710


How to rebuild all indexes on a single table?

768


Can we install sql server 2016 on windows 7?

864


How global temporary tables are represented and its scope?

716


What are SSL and TSL protocols?

747






What is row_number () and partition by in sql server?

722


Can two different columns be merged into single column? Show practically?

820


if no size is defined while creating the database, what size will the database have? : Sql server administration

746


What is order of B+tree?

857


How do I find the size of a sql server database?

649


How do I find information about the install locations for the various instances running on a computer?

752


How to change the password of a login name in ms sql server?

710


Write query to return all rows sql?

790


How to get @@error and @@rowcount at the same time?

769


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

1990