add revs based on git commits

This commit is contained in:
JMARyA 2024-03-08 22:53:45 +01:00
parent 55d389e2d1
commit 58c238d44a
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
59 changed files with 66 additions and 1 deletions

View file

@ -1,6 +1,8 @@
---
obj: concept
rev: 2024-02-03
---
# SQL
Structured Query Language (SQL) is a powerful and standardized programming language used for managing and manipulating relational databases. It allows users to interact with databases to create, retrieve, update, and delete data, as well as define and modify the database schema. SQL is widely used in web development, data analysis, and various other domains where data storage and retrieval are essential.