wt is mean by acid property? i know it is
atomocity,consistency,isolation and durabulaty but wt is
these mean and wt actions it's perform



wt is mean by acid property? i know it is atomocity,consistency,isolation and durabulaty but wt is..

Answer / praveen

Transaction must be Atomic (it is one unit of work and does
not dependent on previous and following transactions)

Consistent (data is either committed or roll back, no
“in-between” case where something has been updated and
something hasn’t)

Isolated (no transaction sees the intermediate results of
the current transaction)

Durable (the values persist if the data had been committed
even if the system crashes right after).

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More SQL Server Interview Questions

What is advantage data architect?

0 Answers  


what is the primary use of the model database? : Sql server administration

0 Answers  


select names starts with a,b,c

8 Answers   Scope International,


What do you mean by collation recursive stored procedure?

0 Answers  


How many null values we can have in a unique key field in sql server?

0 Answers  






Explain how long are locks retained within the repeatable_read and serializable isolation levels, during a read operation with row-level locking?

0 Answers  


which one will take 1st priority in case of insert statement and select statement???

2 Answers   HCL,


Define candidate key, alternate key, and composite key.

0 Answers  


Which are the third-party tools used in sql server and why would you use them?

0 Answers  


Why Do you want to work in this company?

4 Answers   HCL,


This question asked during interview, 2) At the end of each month, a new table is created for each bank that contains monthly metrics consolidated at the account level. The table naming convention is bankX_YYYYMM where X represents the numeric designation of the bank and YYYYMM indicates the 4 digit year and 2 digit month. The tables contain the following fields: name data type description account text account number registered boolean indicates whether the account is registered num_trans integer number of transactions made during the time period spend numeric(9,2) total spend during the time period a) Write a SQL query that will display the total number of transactions and total spend for "Bank1" during the 4th quarter of 2009. b) Write a SQL query that will display the total number of transactions and total spend at "Bank1" and "Bank2", broken out by registered vs. non-registered accounts, during January 2010 not sure what is correct answer and how to solve?

0 Answers   TCS,


How each E-R model constructs can be mapped to the relational model?

0 Answers   HCL,


Categories