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 sp_helptext?
How to rename a table?
Mention what is the use of function "module procedure" in pl/sql?
What are basic techniques of indexing?
What do you think about pl/sql?
Can I call a procedure inside a function?
what are all the different types of indexes? : Sql dba
What is a subquery in sql?
What is synonyms?
How do you write a subquery?
Explain normalization and what are the advantages of it?
how to do backup entire database? : Transact sql
What is exception? What are the types of exceptions?
what are the differences between char and varchar? : Sql dba
mention if it is possible to import data directly from t-sql commands without using sql server integration services? If yes, what are the commands? : Transact sql