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 does joining a thread mean?
What is varchar used for?
how to create a new table by selecting rows from another table in mysql? : Sql dba
Is sql harder than python?
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
What is the difference between subquery and correlated query?
Table A Table B 1 1 2 1 3 1. Union & union all --> A Union B , A Union all B 2. Minus , Intersect --> A minus B , B Minus A , A Intersect B 3. Joins A join B , A Left Join B A Right Join B , A full Join B 4. %Type - Uses & Benifit 5. Truncate & Delete 6. Pragma Autonomus Transaction 7. how to Perform DDL from function or procedure 8. Can we have DML inside Function 9. Rank & Dense Rank diffrence 10. Water Mark in Oracle 11. Index , Can we have index in all column of table if no then why ?
What is normalization sql?
How can we store rows in PL/SQL using array?
What is mutating table error?
What is the purpose of the primary key?
Should I use mbr or gpt?
Why is stored procedure faster than query?
What is a sql instance vs database?
What is mdb stand for?