80.0k views
1 vote
Nonprocedural access to a database

Can provide a dramatic improvement in software productivity.
Allows a user to submit queries to a database without having to know how the data will be retrieved.
Is supported by more than one tool in most DBMSs.
All of the above.

User Fazlu
by
5.5k points

1 Answer

2 votes

Answer:

Option D: All of above.

is the correct answer.

Step-by-step explanation:

  • Non-procedural access is the feature of the database.
  • This means that when a database is created in a database management system (DBMS) using data definition language (DDL), it will be accessed every time using a data manipulation language (DML). The standard DML is SQL. SQL stands for Sequential Query Language.
  • This feature of database ultimately improves the software productivity.
  • Most of the tools of Database Management systems (DBMSs) support the non-procedural access.
  • This feature permits a user to submit queries to a database without knowing how to retrieve data.

i hope it will help you!

User Rickye
by
5.5k points