About 984,000 results
Open links in new tab
  1. SQL - Wikipedia

    Structured Query Language (SQL) (pronounced / ˌɛsˌkjuˈɛl / S-Q-L; or alternatively as / ˈsiːkwəl / ⓘ "sequel") [4][5] is a domain-specific language used to manage data, especially in a …

  2. Structured Query Language (SQL) - GeeksforGeeks

    Sep 23, 2025 · Structured Query Language is a standard Database language that is used to create, maintain, and retrieve the relational database. In this article, we will discuss this in …

  3. SQL Introduction - W3Schools

    What is SQL? SQL stands for Structured Query Language SQL lets you access and manipulate databases SQL became a standard of the American National Standards Institute (ANSI) in …

  4. What is Structured Query Language (SQL)? - IBM

    Structured Query Language (SQL) is a domain-specific, standardized programming language used to interact with relational database management systems (RDBMS) such as MySQL, …

  5. What is SQL? - Structured Query Language (SQL) Explained - AWS

    Structured query language (SQL) is a programming language for storing and processing information in a relational database. A relational database stores information in tabular form, …

  6. What is Structured Query Language (SQL)? - TechTarget

    Aug 27, 2024 · Structured Query Language (SQL) is a standardized programming language that is used to manage relational databases and perform various operations on the data in them.

  7. Structured Query Language (SQL) Basics & Uses | Perfsys

    SQL (pronounced “ess-cue-ell” or “sequel”) stands for Structured Query Language. It’s a programming language specifically designed for managing and manipulating data in relational …

  8. Structured Query Language (SQL) - ODBC API Reference

    Oct 17, 2024 · Many query languages were developed for this purpose, but one of these became the most popular: Structured Query Language, invented at IBM in the 1970s. It is more …

  9. What is SQL (Structured Query Language)? - Computer Hope

    Dec 20, 2024 · What is SQL (Structured Query Language)? Short for Structured Query Language, SQL, originally known as SEQUEL (Structured English QUEry Language), was developed by …

  10. SQL Tutorial - GeeksforGeeks

    Aug 20, 2025 · Learn how to create, select, rename, and drop databases with practical examples.