answersLogoWhite

0

What is SQL?

Updated: 11/5/2022
User Avatar

Wiki User

8y ago

Best Answer

SQL stands for Structured Query Language. It is a language for dealing with RDBMSs (Relational Database Management Systems).

SQL allows you to create, read, update and delete relational databases, along with tables within these databases.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

8y ago

SQL is an acronym for Structured Query Language.

It is a basic programming language that enables a user to create, read, update and delete relational databases, and tables within these databases.

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

SQL stands for Structured Query Language although unofficially people call is "sequel".

It is a database computer language designed for the retrieval and management of data in relational database management systems, database schema creation and modification, and database object access control management.

SQL is a standard interactive and programming language for querying and modifying data and managing databases.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is SQL?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Where could someone find an SQL formatter?

One can find an SQL formatter from: SQL Format, Free Formatter, Poor SQL, T-SQL Tidy, Stack Overflow, SQL Inform, Apex SQL, SQL Parser, Red Gate software, to name a few.


What is the difference between T-sql and sql?

T-SQL is Microsoft's version of the generic SQL langauge to be used with, for example, Microsoft SQL Server.


Forms of sub queries in ms sql?

Sql Forms Sql Forms


What Is ANSI SQL?

ANSI SQL is the American National Standards Institute standardized Structured Query Language. ANSI SQL is the base for several different SQL languages such as T-SQL and PL/SQL. ANSI SQL is used to Create, Alter, and View data stored within a database. For more information about ANSI: http://www.ansi.org/ For more information about SQL: http://en.wikipedia.org/wiki/SQL


Difference between sql server 2003 sql server 2005?

There is no such thing as SQL Server 2003. Microft released SQL Server 2005 as the next version of SQL Server 2000.


What are SQL data types used for?

There are many purposes behind 'SQL' data types. The most common use of 'SQL' is with website programming and hosting services, as well as HTML coding.


When was SQL created?

SQL was created in 1986.


What is the name of the SQL language used in SQL Server stored procedures?

Transact SQL (TSQL)


What should I get sql training for?

SQL training is needed if you are going to be working with Microsoft SQL Databases


How to define a user defined function in SQL?

Not possible in SQL, but possible in many vendor-specific SQL-based languages like Oracle PL/SQL.


Can i get a SQL Certification online?

You can obtain an SQL certificate online. Simply query online SQL certificaiton.


What are the advantages of SQL?

SQL allows for easy access and retrieval of large amounts of data, provides a standardized language for interacting with databases, and offers powerful tools for data manipulation and analysis. Additionally, SQL supports data integrity and security features to ensure reliable and secure data management.