RDBMS are database management systems that store data in tables and define relationships between tables. Normalization is the process of organizing data to minimize redundancy by isolating data into tables and defining relationships between tables. Different normalization forms like 1NF, 2NF, 3NF, BCNF etc. are used to organize data with increasing levels of normalization. Stored procedures, triggers, views, indexes, cursors and other objects are used to manage, secure and optimize data and queries in a relational database.