1. Introduction In modern information systems, data is a critical asset. To systematically store, manage, and utilize data, database systems are used. Among them, RDBMS is the most widely adopted system. 2. What is RDBMS? RDBMS stores data in tables, consisting of rows and columns. It is based on the relational model proposed by Edgar F. Codd in 1970. * Key Components- Table: Stores data- Row: A..