answersLogoWhite

0

What is Procedural query language?

Updated: 12/9/2022
User Avatar

Sivakumartpt

Lvl 1
15y ago

Best Answer

A procedural language is nothing but what we call relational algebra. Procedural language is just like SQL but with different syntax. In Procedural language for "Select" we use projection and for "where" clause we use selection.

User Avatar

Wiki User

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

Wiki User

15y ago

Relational algebra is a procedural query language.

This answer is:
User Avatar

Add your answer:

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

Is a query language procedural language?

isA query language is a procedural language.


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.


Describe Procedural query language and non procedural query language in DBMS?

A query language is a language in which a user requests information from the database. These languages are usually on a level higher than that of a standardprogramming language. Query languages can be categorized as either procedural or non procedural.In a procedural language, the user instructs the system toperform a sequence of operations on the database to compute the desired result.In a non procedural language, the user describes the desired information withoutgiving a specific procedure for obtaining that information.


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.


What are the benefits of relational data model?

structural independencesimplicityad-hoc query capabilityeasy to designsecurity controlnon procedural access 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


What is PLSQL?

The Oracle Corporation's application development language is PL/SQL. It is a superset of SQL that uses standard programming-language to supplement the SQL. PL/SQL stands for Procedural Language/Structured Query Language.


C is nonprocedural or procedural language?

C is Procedural Language.


Is the java is procedural language?

Java is an Object Oriented language not a procedural language


What is the difference between program language and procedural language?

programming language is of two type 1. procedural programming language 2.non procrdural programming language .. ----non procedural programming language means that which relates with the real world.. for example-oops oops is a non procedural programming language because it relates to the object and object relate to the natural or real world where as that languge which does not belong to the real world is known as procedural language


What are the examples of procedural language in C coding?

c is in inteself a procedural language so your question does not make sense


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.