A database is a collection of organized data that can be easily accessed and managed. A database management system (DBMS) is software that helps create and manage databases. In a relational database, data is organized into tables with rows and columns. Structured Query Language (SQL) is a standardized language used to perform tasks like data manipulation, definition, and control on relational databases. Common SQL commands include SELECT to query data, INSERT to add data, UPDATE to modify data, and DELETE to remove data.