About 146,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 relational …

  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 detail about SQL.

  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 1986, and …

  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, SQL Server, IBM …

  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, with rows and columns …

  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. What Is Structured Query Language (SQL)? A Complete Guide to SQL …

    Nov 6, 2025 · Structured Query Language, commonly known as SQL (pronounced “ess-cue-ell” or sometimes “sequel”), is a standardized programming language used to manage, query, and …

  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 commonly known …

  9. What Is SQL? - LearnSQL.com

    Jun 28, 2022 · SQL (Structured Query Language) is a programming language for managing relational databases. It enables the storage, retrieval, updating, entry, and analysis of data in tables. This …

  10. Research Guides: Foundations of SQL: Home

    Jan 29, 2026 · SQL (Structured Query Language) is a widely used query language to interact with relational database systems. It is used to create and define database structures and is much more …