Skip to main content

Posts

Showing posts with the label The Crazy Programmer Types of DBMS Interfaces Types of DBMS Interfaces The Crazy Programmer

Types of DBMS Interfaces Jitendra Ajmera The Crazy Programmer

Interface means “The way of communication performed in between a user and a Database management system” like query passing. This interface is further divided into four categories on the basis of technology used. Menu based Form based Graphical user interface (GUI) based Natural language based Let’s discuss them one by one in detail. Menu Based In this, all the options are displayed in form of a list or menu, through which we can select any option and that option leads us to the destination. Example: When we search anything in a web browser then it shows all the possible results in a list manner, from which we can click on any option. Or access any website, where all available options are arranged in menu form. The latest SQL softwares provide the facility to perform different operations on Database with the help of these menu-based options, in which query writing is not required. Maximum commands are already arranged in form of a list or menu, in which we just need to sel