answersLogoWhite

0


Best Answer

Database Engine:

The Database Engine is the core service for storing, processing, and securing data. The Database Engine provides controlled access and rapid transaction processing to meet the requirements of the most demanding data consuming applications within your enterprise.Use the Database Engine to create relational databases for online transaction processing or online analytical processing data. This includes creating tables for storing data, and database objects such as indexes, views, and stored procedures for viewing, managing, and securing data. You can use SQL Server Management Studio to manage the database objects, and SQL Server Profiler for capturing server events.

Data dictionary:

A data dictionary is a reserved space within a database which is used to store information about the database itself. A data dictionary is a set of table and views which can only be read and never altered.Most data dictionaries contain different information about the data used in the enterprise. In terms of the database representation of the data, the data table defines all schema objects including views, tables, clusters, indexes, sequences, synonyms, procedures, packages, functions, triggers and many more. This will ensure that all these things follow one standard defined in the dictionary. The data dictionary also defines how much space has been allocated for and / or currently in used by all the schema objects.A data dictionary is used when finding information about users, objects, schema and storage structures. Every time a data definition language (DDL) statement is issued, the data dictionary becomes modified.


A data dictionary may contain information such as:

  • Database design information
  • Stored SQL procedures
  • User permissions
  • User statistics
  • Database process information
  • Database growth statistics
  • Database performance statistics

Query Processor :

A relational database consists of many parts, but at its heart are two major components: the storage engine and the query processor. The storage engine writes data to and reads data from the disk. It manages records, controls concurrency, and maintains log files.The query processor accepts SQL syntax, selects a plan for executing the syntax, and then executes the chosen plan. The user or program interacts with the query processor, and the query processor in turn interacts with the storage engine. The query processor isolates the user from the details of execution: The user specifies the result, and the query processor determines how this result is obtained.
The query processor components include

  • DDL interpreter
  • DML compiler
  • Query evaluation engine

Report writer:

Also called a report generator, a program, usually part of a database management system, that extracts information from one or more files and presents the information in a specified format. Most report writers allow you to select records that meet certain conditions and to display selected fields in rows and columns. You can also format data into pie charts, bar charts, and other diagrams. Once you have created a format for a report, you can save the format specifications in a file and continue reusing it for new data.

User Avatar

Wiki User

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

AnswerBot

1mo ago

Hardware components of a DBMS include the server where the database is stored, processors for computing data operations, memory for temporary storage of data, storage devices like hard drives or SSDs for persistent data storage, and network devices for communication between client and server.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

The hardware components of DBMS are physical electronic devices. Computers I/O channels, storage devices, and electromechanical devices are hardware components of DBMS.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a hardware components of DBMS?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the components of DBMS?

the Components of DBMS according to "Database System" a book written by Connoly-Begg are : * Hardware * Software * Data * Procedures * People


What are the components of DBMS environment?

The components of a DBMS environment typically include the database, DBMS software, hardware infrastructure, application programs, users, and data itself. The software manages data storage, retrieval, and manipulation, while the hardware provides the necessary computing resources. Application programs interact with the DBMS to access and process data, and users interact with the system through these applications.


The five components of the DBMS and discuss how relate each others?

The five components of a DBMS are hardware, software, data, procedures, and users. Hardware includes the physical devices where the database is stored and processed, while software refers to the actual DBMS program. Data represents the information stored in the database, while procedures define how tasks are carried out within the system. Users interact with the system to input, retrieve, and manipulate data. These components work together to manage and maintain the database effectively.


Explain the link between hardware and application software?

DBMS


What are the components of dbms in oracle?

I dont know :D


what hardware components modify data bits?

The components of computer which can be touched are called hardware component without hardware components computer are not useful.


Is the subnotebook hardware components usually omitted?

What hardware components are usually omitted for a subnotebook


Explain the centralized DBMS architecture in detail?

combines everything into a single system including, DBMS software,hardware, application programs and user interface


Enumerate and describe the components of hardware?

enumerate the hardware


What is the minimum hardware components required for the POST to perform?

what is the minimum hardware components required for the POST to pass


What is the minimum hardware components required for the post perform?

what is the minimum hardware components required for the POST to pass


What are five components of database management?

A database management system (DBMS) consists of several components. Each component plays very important role in the database management system environment. The major components of database management system are: 1. Software 2. Hardware 3. Data 4. Procedures 5. Database Access Language..