Skip to content

glossary.md #358

Open
Open
@lbarry24

Description

@lbarry24

what is sql?

SQL (Structured Query Language) is a programming language designed for managing and interacting with relational databases. It allows users to perform various operations such as querying data, updating records, creating and modifying database structures, and controlling access to the data. SQL is essential for tasks like retrieving specific data from large datasets, joining tables, and ensuring data integrity.

SELECT FROM Customers;
SELECT ALL FROM Customers;
SELECT * FROM Customers;
GET ALL FROM Customers;
https://www.w3schools.com/sql/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions