Answer Posted / arun
Data concurrency means that many users can access data at
the same time.
Data consistency means that each user sees a consistent
view of data including the transactions made by him as well
as others.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
what is 'mysqladmin' in mysql? : Sql dba
Difference between global and parameter variables?
What is sqlerrd?
What is input buffer in sql*plus?
What is the difference between jpql and sql?
what are the types of join and explain each? : Sql dba
How do I count duplicates in sql?
Mention what are different methods to trace the pl/sql code?
Are stored procedures faster than dynamic sql?
What is left join in postgresql?
Does a join table need a primary key?
what is rdbms? : Sql dba
Explain clause in sql?
can a stored procedure call itself or recursive stored procedure? : Sql dba
The select into statement is most often used to create backup copies of tables or for archiving records?