🤖
Guides
  • Introduction
  • Beginners
    • Getting Started
  • Guides
    • SQLi Walkthrough
    • My First BoF
    • OSCP Buffer Overflow Guide (Windows)
    • Parrot OS customisation
    • Terminal Customisation
    • Video Guides
  • Cheat Sheets
    • Reverse Shells
    • Tunnelling, Pivoting and Proxies
    • SQL Injection
      • WAF Bypass
      • SQLMap
      • DBMS Cheatsheets
        • MSSQL
        • MySQL
        • Oracle
        • SQLite
        • PostgreSQL
      • References
    • Bash Cheat Sheets
      • Terminal
      • Find
      • Grep
      • Sed
      • Awk
      • Xargs
      • System
      • Download
      • Networking
      • Hardware
      • Variable
      • Math
      • Data Manipulation
      • Random
      • Time
      • Condition and Loop
      • Other
    • OSINT
    • Ping Sweeps
  • Methodologies
    • VOIP Checklist
    • OWASP v4 Checklist
    • External Inf
    • Internal Infrastructure
  • Linux
    • Checklist - Linux Priv Esc
  • Windows
    • Checklist - Windows Priv Esc
  • Things to do/look at
Powered by GitBook
On this page

Was this helpful?

  1. Cheat Sheets
  2. SQL Injection

DBMS Cheatsheets

PreviousSQLMapNextMSSQL

Last updated 1 year ago

Was this helpful?

A database is an organized collection of , generally stored and accessed electronically from a computer system. Where databases are more complex they are often developed using formal techniques.

The (DBMS) is the that interacts with , applications, and the database itself to capture and analyze the data. The DBMS software additionally encompasses the core facilities provided to administer the database. The sum total of the database, the DBMS and the associated applications can be referred to as a "database system". Often the term "database" is also used to loosely refer to any of the DBMS, the database system or an application associated with the database.

Computer scientists may classify database-management systems according to the that they support. became dominant in the 1980s. These model data as and in a series of , and the vast majority use for writing and querying data. In the 2000s, non-relational databases became popular, referred to as because they use different .

https://en.wikipedia.org/wiki/Database
data
design and modeling
database management system
software
end users
database models
Relational databases
rows
columns
tables
SQL
NoSQL
query languages