RDBMS stands for Relational Database Management System. It stores data in tables with rows and columns and provides operators to manipulate the data. RDBMS uses SQL as its query language. The leading RDBMS products are Oracle, IBM DB2, and Microsoft SQL Server. Keys like primary keys and foreign keys are used to identify rows and relate tables through common columns. Data integrity rules constrain column values to ensure consistency.