0
RDBMS means "Relational Database Management System". Relational means that they support relational (based on tables) data model. SQL works under the RDBMS principles.
No-SQL on the other hand (like MongoDB, Elasticsearch) is no longer RDBMS, because they are not based on tables and relationship between tables.