answersLogoWhite

0


Best Answer

SQL statements can be executed on any computer (mainframe or personal computer) and under any operating system.

The SQL statement (or command) accepts one or more relations as input and returns a single relation as output.

SQL follows the relational calculus style. The syntax of SQL statements are also similar to relational calculus operators.

It also has features for:
  • defining views on database.

  • specifying security and authorization.

  • defining integrity constraints.

  • specifying transaction controls.

User Avatar

Wiki User

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

AnswerBot

6mo ago

Structured Query Language (SQL) is a standardized language used for managing and manipulating relational databases. It is characterized by its simplicity, as it uses a well-defined syntax and a small set of commands to perform tasks like inserting data, querying databases, and updating records. SQL is also declarative, which means users specify what they want without worrying about how to achieve it, leaving the database management system to handle the execution details. Additionally, SQL is portable, meaning it can be used with various database management systems, making it a widely adopted language in the industry.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Characteristics of structured query language
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the abbreviation of Htsql?

hypertext structured query language


What does SQL as in databases stand for?

Structured Query Language


What is SQL in computer talk?

Structured Query Language,


What was the original name of SQL?

structured query language


Which query language will use in MS Access to maintain database?

It uses a version of SQL. (Structured Query Language).


What is meant by sql?

sql stands for structured query language.


What is the full form of SQL in computer?

Structured Query Language


What is DDL in databases?

DDL stands for Data Definition Language, which is a set of commands used to define, alter, and drop database objects like tables, indexes, and views. DDL statements include commands like CREATE, ALTER, and DROP, and they are used to design the structure of the database and its schema.


Examples of database Query?

The database we use is based on structured query language . To add or retrieve data from the database we use SQL . SQL is the structured query language that provides the syntax to add, modify, update or retrieve data from the database.


What does the acronym SQL stand for?

SQL stands for Structured Query Language as it refers to the type of database query or database server which accepts the query.


What is an example of a standard query language used in relational databases?

The standard query language for relational databases, as adopted by the American National Standards Institute (ANSI), is SQL, which is generally understood to be an abbreviation for "structured query language."


What is sql and plsql?

SQL stands for Structured Query Language, and is a computer language designed for writing data manipulation or data management statements against a relational database. PL/SQL stands for Procedural Language/Structured Query Language which is Oracle's proprietary procedural extensions to the SQL language.