answersLogoWhite

0


Best Answer
Answer

DBMS Interfaces

User-friendly interfaces provided by a DBMS may include the following. � Menu-Based interfaces for Web Clients or Browsing: These interfaces present user with lists of options, called menus, that lead the user through the formulation a request. Menus do away with the need to memorize the specific commands and syntax of a query language. Pull-down menus are a very popular technique in Web based user interfaces. They are also often used in browsing interfaces, which allows a user to look through the contents of a database. � Forms-Based Interfaces: A forms-based interface displays a form to each user. Forms are usually designed and programmed for naive users as interfaces to canned transactions. Some systems have utilities that define a form by letting the end user interactively construct a sample form on the screen. � Graphical User Interfaces: A graphical interface (GUI) typically displays a schema to the user in diagrammatic form. The user can then specify a query by manipulating diagram. In many cases, GUls utilize both menus and forms. Most GUls use a pointing device, such as a mouse, to pick certain parts of the displayed schema diagram. � Natural Language Interfaces: These interfaces accept requests written in English, Hindi or some other language and attempt to "understand" them. A natural language interface usually has its own "schema," which is similar to the database conceptual schema, as well as a dictionary of important words. � Interfaces for Parametric Users: Parametric users, such as bank tellers, often have a small set of operations that they must perform repeatedly. Systems analysts and programmers design and implement a special interface for each known class of na�ve users. Usually, a small set of abbreviated commands is included, with the goal of minimizing the number of keystrokes required for each request. For example, function keys in a terminal can be programmed to initiate the various commands. � Interfaces for the DBA. Most database systems contain privileged commands that can be used only by the DBA's staff. These include commands for creating account, setting system parameters, granting account authorization, changing a schema, and reorganizing the storage structures of a database.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

A database supports a number of user groups, the DBMS must have languages and interfaces that support each user group.

Types of interfaces provided by the DBMS include:

Menu-Based Interfaces for Web Clients or Browsing
  • Present users with list of options (menus)
  • Lead user through formulation of request
  • Query is composed of selection options from menu displayed by system.
Forms-Based Interfaces
  • Displays a form to each user.
  • User can fill out form to insert new data or fill out only certain entries.
  • Designed and programmed for naïve users as interfaces to canned transactions.
Graphical User Interfaces
  • Displays a schema to the user in diagram form. The user can specify a query by manipulating the diagram. GUIs use both forms and menus.
Natural Language Interfaces
  • Accept requests in written English, or other languages and attempt to understand them.
  • Interface has its own schema, and a dictionary of important words. Uses the schema and dictionary to interpret a natural language request.
Interfaces for Parametric Users
  • Parametric users have small set of operations they perform.
  • Analysts and programmers design and implement a special interface for each class of naïve users.
  • Often a small set of commands included to minimize the number of keystrokes required. (I.e. function keys)
Interfaces for the DBA
  • Systems contain privileged commands only for DBA staff.
  • Include commands for creating accounts, setting parameters, authorizing accounts, changing the schema, reorganizing the storage structures etc.
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the classification of DBMS and its interfaces?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What program enables you to create custom designed forms to enter or retrieve data from your database?

Your Database Management System (DBMS) should provide this facility. However, most DBMS will also allow you to create user-defined interfaces in a programming language of your choosing. Consult your DBMS documentation for specifics.


What are highlights of DBMS?

NA_ what are highlights of advanced DBMS what are highlights of advanced DBMS what are highlights of advanced DBMS


What are the main ways users can access information stored in DBMS?

Users can access information stored in a database management system (DBMS) through querying the database using SQL commands, utilizing graphical user interfaces (GUIs) provided by the DBMS software, and interacting with applications that have been developed to retrieve specific data from the database. Additionally, users can access information through custom-built APIs or web services that connect to the DBMS.


Is java DBMS?

no, Java is not dbms.. Java is a programming language Dbms is database


Is SQL DBMS or RDBMS?

dbms


What are three types of dbms?

Three types of DBMS (Database Management Systems) include relational DBMS, object-oriented DBMS, and NoSQL DBMS. Relational DBMS organizes data into tables with rows and columns, object-oriented DBMS stores data as objects and classes, and NoSQL DBMS handles unstructured and semi-structured data with flexible schemas.


Functions of database management systems?

Applications of interfaces to the DBMS are created, allowing users to manage and gain access to data within the database. Connolly & Begg (2001, pp 4) state 'a database application is simply a program that interacts with the database at some point in its execution'. Interfaces of a DBMS provides functionality with the ability to add, delete, update and retrieve data, process data to complete tasks, produce reports and manage data. Thomas Connolly (2001). Database Systems: A Practical Approach to Design, Implementation and Management . Third. ed: Addison Wesley.


What is the characteristics of dbms?

Basic Characteristics of DBMS• Represents complex relationship between data• Controls data redundancy.• Enforces user defined rules.• Ensures data sharing.• It has automatic and intelligent backup and recovery procedures.• It has central dictionary to store information.• Pertaining to data and its manipulation.• It has different interfaces via which user can manipulate the data.• Enforces data access authorization.


What are rows in dbms?

In DBMS the data is stored in the form of table . Each row in DBMS is known as tuple.


What are the importance of dbms in industrial environment?

importance of DBMS


What is the difference between DBMS and GIS?

gis and dbms


What is the purpose of dbms?

What is the purpose of dbms?DBMS is a software that organises the creation, storage and maintenance of Databases for end users.