What is a transaction and what are ACID properties?
Answer Posted / rahul
transaction is only the reading or writing or both reading
and writing in a database. when we are reading from a
database that is transaction where the database is not
changing. in writing into database the database values can
be changed. we can do both reading and writing in a database.
to do these operations the database must have the acid
properties.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is normalization and what are the advantages of it?
How to transfer a table from one schema to another?
What are the steps you should follow to start sql server in single-user mode?
What are the features of Embedded SQL
Explain sql server service broker?
Explain differentiate between a having clause and a where clause?
What is sql or structured query language?
State the difference between union and union all?
What is the ‘fillfactor’?
Do you know what is fill factor and pad index?
How to compose an inquiry to demonstrate the points of interest of an understudy from students table whose name begins with k?
What is a subquery in a select query statement in ms sql server?
What command do we use to rename a db, a table and a column?
How the authentication mode can be changed?
Is BCNF better than 2NF & 3NF? Why?