answersLogoWhite

0

Any thing that has to do with database is a query lanquage. As in query the data to retrieve whatever you are looking for.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

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 a select query?

Select query is a DRL. DRL stands for Data retrieval language. Example select * from table_name;


What is select query?

Select query is a DRL. DRL stands for Data retrieval language. Example select * from table_name;


Is a query language procedural language?

isA query language is a procedural language.


What is the capital of Belarus is an example of what type of search query?

Natural language


What is the difference between QBE and SQL?

Query by Example (QBE) is a database query language for relational databases. A QBE parser parses the search query and looks for the keywords. A more formal query string, in languages such as SQL, is then generated, which is finally executed. However, when compared with a formal query, the results in the QBE system will be more variable.SQL (Structured Query Language) SQL is a set-based, declarative query language, not an imperative language such as C or BASIC. However, there are extensions to Standard SQL which add procedural programming language functionality, such as control-of-flow constructs


Can SQL be considered as a QUERY language?

The 'Q' and the 'L' in SQL standard for the words 'Query' and 'Language'. So yes. SQL can be considered a query language.


What do mean by query language and its needs?

Query Language is way for communicating from the database. It work as a interface between user and the Database. its not possible to generate a result from database without query language. Query language helps us to communicate with database.


Is a query language a procedural language?

No, a query language is not a procedural language. Query languages are used to retrieve specific information from databases or other data sources by defining and executing queries, while procedural languages are used to write algorithms and executable instructions to solve problems.


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

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


Who develop semantic query?

A query language will determine the possible questions that a user can ask to the system. For example, in the relational database world, SQL is the standard language used for creating queries. Several rich query languages exist for querying RDF/OWL data. These include RQL, nRQL. i.e because its will work with an ontology that requerd a specfic language


Is QBE a language?

QBE stands for "Query By Example," which is a method of query management used in database systems to retrieve information based on specific criteria. QBE itself is not a programming language, but rather a user-friendly way of creating queries in database systems.