Discuss the different types of user-friendly interfaces in DBMS

Discuss the different types of user-friendly interfaces

Discuss the different types of user-friendly interfaces.

Ans. User-friendly interfaces provided by a DBMS may include the following-

(i) Menu-based Interfaces for Browsing –

These interfaces present the user with lists of options, called menus, that lead the user through the formulation of a request. Menus eliminate the need to memorize the specific commands and syntax of a query language. Rather, the query is composed step-by-step by picking actions from a menu that is displayed by the system. Pull-down menus are used in window-based user interfaces. They are often used in browsing interfaces, which allow a user to look through the contents of a database is an exploratory and unstructured manner.

(ii) Forms-based Interfaces –

A forms-based interface displays a form to each user. Users can fill out all or only certain form entries to insert new data, in which case the DBMS will retrieve matching data for the remaining entries. Forms are usually designed and programmed for naive users as interfaces to canned transactions.

(iii) Graphical User Interfaces-

A graphical user interface displays a schema to the user in diagrammatic form. The user can then specify a query by manipulating the diagram. In several cases, GUIs utilize both menus and forms. Most GUIs use a pointing device, such as a mouse, to pick certain parts of the displayed schema diagram.

(iv) Natural Language Interfaces-

These interfaces accept requests written in English or some other language and attempt to understand them. A natural language interface has its own schema, which is similar to the database conceptual schema. The natural language interface refers to the words in its schema, as well as to a set of standard words, to interpret the request. If the interpretation is successful the interface generates a high level query corresponding to the natural language request and submits it to the DBMS for processing; otherwise a dialogue is started with the user to clarify the request.

(v) Interfaces for Parametric Users –

Parametric users, such as bank tellers, have a small set of operations that they must perform repeatedly, System analysts and programmers design and implement a special interface for a known class of naive users. Usually, a small set of abbreviated commands is included to minimize the number of keystrokes required for each request. For instance, function keys in a terminal can be programmed to initiate the various commands. This allows the parametric user to proceed with a minimal number of keystrokes.

(vi) Interfaces for the DBA-

Many database systems contain privileged commands that can be used only by the DBA’s staff. These include commands for creating accounts, setting system parameters, granting account authorization, changing a schema, and reorganizing the storage structures of a database.

Previous articlerecursion function in c language with example in hindi(रिकर्सन कैसे काम करता है?)
Next articlewhat u mean by Mapping cardinalities, participation constraints, attribute inheritance.

LEAVE A REPLY

Please enter your comment!
Please enter your name here