A database is an organized collection of structured data stored digitally. A DBMS is a system software that creates, retrieves, updates and manages databases, serving as an interface between databases and users. An RDBMS stores data in tables with defined relations between common fields of different tables. SQL is the standard language used to retrieve and manipulate structured data in relational databases, while MySQL is an RDBMS that manages SQL databases.