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.
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.