Answer :
Oracle, DB2, and Microsoft SQL Server are examples of RDBMS. Therefore, the correct option of this question is (c) i.e. RDBMS.
A software used to store, query, and retrieve data stored in a relational database is referred to as a relational database management system (RDBMS). In RDBMS, data is represented in tables with rows and columns.
The RDBMS handles administrative functions such as managing data access, storage and performance. To perform these administrative services, RDBMS provides an interface between the database, applications and users.
Some features of RDBMS are described below:
- RDBMSs are more secure, faster and easier to work with.
- More than one user can have access to RDBMS at a point of time.
- RDBMS supports distributed databases.
- RDBMS can store a vast amount of data.
- Only the data in the form of tables is managed by RDBMS.
- Data redundancy is reduced in RDBMS using primary keys and indexes.
Thus, Oracle, DB2, and Microsoft sql server are example of RDBMS.
While the other ptions (a) supply chain management and (b) erp applications are not correct because:
- Supply chain management is a centralized management process that handles the flow of goods and services, such as movement and storage of raw materials, inventory, finished goods, and delivery of the final product.
- Enterprise resource planning (ERP) applications refers to software used in organizations to manage day-to-day business operations such as project management, risk management and compliance, procurement, accounting and supply chain operations.
You can learn more about relational databases at
https://brainly.com/question/13262352
#SPJ4