Given below are two statements: one is labelled as Assertion A and the other…
2026
Given below are two statements: one is labelled as Assertion A and the other is labelled as Reason R.
Assertion A: OLAP systems are optimized for complex queries and analysis.
Reason R: OLTP systems are designed for transactions processing with large read-only queries.
In the light of the above statements, choose the most appropriate answer from the options given below:
Both A and R are correct and R is the correct explanation of A
Both A and R are correct but R is NOT the correct explanation of A
A is correct but R is not correct
A is not correct but R is correct
- A.
1
- B.
2
- C.
3
- D.
4
Attempted by 676 students.
Show answer & explanation
Correct answer: C
Assertion A is correct: OLAP (Online Analytical Processing) systems are designed for complex queries and data analysis. Reason R is incorrect: OLTP (Online Transaction Processing) systems handle transactional processing with short, frequent operations like inserts and updates, not large read-only queries. Therefore, A is correct but R is not.