Question

What is the declarative language to manipulate data in a relational database.

What is the declarative language to manipulate data in a relational database.

Homework Answers

Answer #1

There are 4 types of languages:

1. Procedural

2. Declarative

3. Object-oriented

4. Functional

Declarative query languages let users express what data to retrieve, letting the engine underneath take care of seamlessly retrieving it. They function in a more general manner and involve giving broad instructions about what task is to be completed, rather than the specifics on how to complete it. They deal with the results rather than the process, focusing less on the finer details of each task.

Some well-known general declarative programming languages include Ruby, R and Haskell. SQL (Structured Query Language) is a declarative query language and is the industry standard for relational databases.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
If you need to store the following data in a relational database and MongoDB, how would...
If you need to store the following data in a relational database and MongoDB, how would you implement in each of them. List the design and commands to store these records in relational database and MongoDB separately. {no:1,name:"ST",salary:2000,role:"OB"} {no:2,name:"MSD",salary:1500,role:"WK"} {no:3,name:"YS",salary:1000,role:"ALR"},
34 Inconsistent data in a relational database is most likely a result of the: a. Delete...
34 Inconsistent data in a relational database is most likely a result of the: a. Delete anomaly b. Update anomaly c. Insert anomaly d. None of the above
If you need to store the following data in a relational database and MongoDB, how would...
If you need to store the following data in a relational database and MongoDB, how would you implement in each of them. List the design and commands to store these records in relational database (SQL query) and MongoDB separately. {no:1,name:"ST",salary:2000,role:"OB"} {no:2,name:"MSD",salary:1500,role:"WK"} {no:3,name:"YS",salary:1000,role:"ALR"},
Explain How a document database differs from a relational database. Describe what are collections, documents, and...
Explain How a document database differs from a relational database. Describe what are collections, documents, and BSON (How it differs from JSON).
Which of the following database functions would be performed using a Data Definition Language (DDL)? Creating...
Which of the following database functions would be performed using a Data Definition Language (DDL)? Creating a new table in a database Retrieving data from a database Updating data in a database Inserting new data into a database
How does an object-oriented database management system (OODMS) compare to a relational database management system (RDBMS)?...
How does an object-oriented database management system (OODMS) compare to a relational database management system (RDBMS)? What are the key features of an OODBMS and how can a developer utilize them?
How to implement Query Optimization module for Relational Database from scratch?
How to implement Query Optimization module for Relational Database from scratch?
Your firm wants to move from a relational database model to the REA data model. Explain...
Your firm wants to move from a relational database model to the REA data model. Explain to your senior management the risks and rewards of such of a move. Be sure to provide specific examples to support your response. As we know, the REA data model is an emerging technology change. Make five recommendations for creating useful entity-relationship (E-R) diagrams. Rank them in the level of importance, and then justify your ranking.
Describe a relational database that would be useful in storing the beginning, ending and all intermediate...
Describe a relational database that would be useful in storing the beginning, ending and all intermediate stages for blockworld robot movements.
Difference between relational data storage and non-relational data storage ?
Difference between relational data storage and non-relational data storage ?