SQL (Structured Query Language)

The Structured Query Language (SQL) comprises one of the fundamental building blocks of modern database architecture.

SQL defines the methods used to create and manipulate relational databases on all major platforms.

By the way, the correct pronunciation of SQL is a contentious issue within the database community.

In their SQL standard, the American National Standards Institute declared that the official pronunciation is "es queue el."

However, many database professionals have taken to the slang pronunciation "sequel."

SQL comes in many flavors. Oracle databases utilize their proprietary PL/SQL.

Microsoft SQL Server makes use of Transact-SQL. However, all of these variations are based upon the industry standard ANSI SQL.

SQL commands can be divided into two main sublanguages.

The Data Definition Language (DDL) contains the commands used to create and destroy databases and database objects.

After the database structure is defined with DDL, database administrators and users can utilize the Data Manipulation Language to insert, retrieve and modify the data contained within it.

  • 0 Bu dökümanı faydalı bulan kullanıcılar:
Bu cevap yeterince yardımcı oldu mu?

Related Articles

Sub Domain

In the Domain Name Server (DNS) hierarchy, a subdomain is a domain that is part of a larger...

Spoofing Attack

A spoofing attack, in computer security terms, refers to a situation in which one person or...

Search Engine

Internet search engines are special sites on the Web that are designed to help people find...

SSL (Secure Sockets Layer)

The SSL (Secure Sockets Layer) is a commonly-used protocol for managing the security of a message...

S-HTTP (Secure HTTP)

S-HTTP (Secure HTTP) is an extension to the Hypertext Transfer Protocol (HTTP) that allows the...