answersLogoWhite

0

What are the elements of SQL?

Updated: 10/3/2023
User Avatar

Wiki User

13y ago

Best Answer

Data manipulation language(DML)

data Defenition language(DDL)

data control Language(DCL)

Transaction Control

User Avatar

Wiki User

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

Wiki User

14y ago

sss

This answer is:
User Avatar

Add your answer:

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

What is the SQL data base material used for?

The SQL data base is programming language used to manipulate and retrieve data. Included in the language are elements such as data insert, query, update and delete.


What does sql mean in computer lingo?

SQL stands for Structured Query Language. It is a database computer language designed for managing data in relational database management systems (RDBMS).SQL was developed at IBM in the early 1970s. This language is sub-divided into several language elements, including: Clauses, Expressions, Predicates, Sueries and Statements.Most popular implementations of SQL are MySQL, PostgreSQL, Oracle and Microsoft SQL Server.


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.