A database is a collection of information organized into tables with rows and columns that can be created using a database management system (DBMS). A relational database management system (RDBMS) stores data in connected tables. Data types define the type of data that can be stored in a column, such as text, numbers, dates, currencies, or true/false values. Each row uniquely represents a record with related data across multiple columns. The primary key uniquely identifies each record. Databases logically store different data types related to an entity.