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.