Political Science, asked by riya2280, 1 year ago

what is SQL??????plz tell ​it is frm computer

Answers

Answered by mayank2169
3
Structured Query Language.....
Answered by ariestheracer
0
 \huge \boxed { SQL:-}

 \bf{Structured\: Query\: Language} is a domain-specific language used in programming and designed for managing data held in a relational database management system (RDBMS), or for stream processing in a relational data stream management system (RDSMS). It is particularly useful in handling structured data where there are relations between different entities/variables of the data. SQL offers two main advantages over older read/write APIs like ISAM or VSAM. First, it introduced the concept of accessing many records with one single command; and second, it eliminates the need to specify how to reach a record, e.g. with or without an index.

 \huge \boxed {Syntax:-}

The SQL language is subdivided into several language elements, including:

\bf {1. \: Clauses}, which are constituent components of statements and queries. (In some cases, these are optional.)

\bf {2. \: Expressions}, which can produce either scalar values, or tables consisting of columns and rows of data.

 \bf {3. \: Predicates}, which specify conditions that can be evaluated to SQL three-valued logic (3VL) (true/false/unknown) or Booleantruth values and are used to limit the effects of statements and queries, or to change program flow.

 \bf {4. \: Queries}, which retrieve the data based on specific criteria. This is an important element of SQL.

 \bf {5. \: Statements}, which may have a persistent effect on schemata and data, or may control  transactions, program flow, connections, sessions, or diagnostics.

\: \: \: - SQL statements also include the semicolon (";") statement terminator. Though not required on every platform, it is defined as a standard part of the SQL grammar.

 \bf {6. \: Insignificant whitespace}  is generally ignored in SQL statements and queries, making it easier to format SQL code for readability.
Attachments:
Similar questions