본문 바로가기
카테고리 없음

[DB]Database

by codeZeroMan 2022. 4. 20.

Database

  • 데이터 베이스에서 기초가 되는 기술은 입력과 출력이다.
  • 입력 : Create , Update, Delete
  • 출력 : Select
  • CRUD만 안다면 데이터베이스의 반은 이해하고 가는것이다.

Database 종류

  • Relational DBMS
    • MySQL, Oracle, SQL Server, PostgreSQL, DB2, Access
  • Document Store
    • Mongodb, CoucbDB, CouchBase
  • Key - Value Store
    • Redis

https://db-engines.com/en/rankin