Section: STEM · Computer ScienceDifficulty: Easy

Database

USUK

An organized collection of structured data stored and accessed electronically.

Also: DBMS · data store

Definition

A database is an organized collection of structured information or data, typically stored electronically in a computer system and managed by a Database Management System (DBMS). Relational databases organize data into tables with rows and columns, and use SQL for querying. NoSQL databases offer flexible schemas for unstructured data. Databases power virtually all modern applications, from social media to banking.

Example

An online retailer's database stores millions of customer records, orders, and product listings; when a customer searches for a product, the DBMS executes a query in milliseconds across these records to return relevant results.

Synonyms

  • data store
  • data repository
  • DBMS
  • data bank

Antonyms / Opposites

  • flat file
  • unstructured data

Images

CC-licensed · free to use
More on Wikimedia
Loading images…

Video

Dictionary Entry

Back to STEM