answersLogoWhite

0

What else can I help you with?

Continue Learning about Management

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 is characteristics of database management system?

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 is the noun of manipulate?

The noun forms for the verb to manipulate are manipulator, manipulability, manipulation, and the gerund, manipulating.


Difference between file processing system and database management system?

In file processing system a permanent system file is created for every new object. Application softwares are used to manipulate these files. SO characteristics (Some of them became its drawbacks) of file processing system are:- 1)Data redundancy and inconsistency 2)Difficulty in accessing data 3)Data isolation ie. data is in different formats and files. In database system these issues where addressed, by data abstraction. In DBMS, data is stored using 3 levels of abstraction 1)Physical Level : How data is stored 2)Conceptual level : What data is stored, relationship between data 3)View Level : What is visible to different users.


Who is the most important user of a database?

Short answer, from a DBA's point of view - Each person who logs into the database. A DB system is there to provide data to the end user. If users can't get their data the database is useless. "Important", in this case, is an extremely subjective term.

Related Questions

How do you manipulate a data in a database?

You can manipulate data in a database by using the DML - Data Manipulation Language statements. These include:InsertUpdate andDeleteBy using these 3 statements you can manipulate the data in a database.


What kind of data functions manipulate quantitative data in a worksheet?

Mathematical and Trigonometric and statistical functions manipulate quantitative data in a worksheet.


How do you input and manipulate the data entered into data management software P5?

you can input and manipulate data in microsoft excel. :) hope that helps, good luck!


How can I efficiently manipulate data in MIPS assembly using the .byte directive?

In MIPS assembly, you can efficiently manipulate data using the .byte directive by specifying individual bytes of data directly in your code. This allows you to store and access data in a compact and organized manner, making it easier to work with and manipulate data efficiently.


Processor existing computer instructions that manipulate data results in useful output?

Process,or existing computer instructions that manipulate data, results in useful output?


This software program is to manipulate numeric data?

A calculator and spreadsheet both manipulate numbers very well.


How can charts display bias?

They can be designed to hide or highlight certain data


What is the name for the way computers manipulate data into information?

organizing.


What is manipulate data?

Manipulate data means we can manipulate data in terms ofSELECT - retrieve data from the a databaseINSERT - insert data into a tableUPDATE - updates existing data within a tableDELETE - deletes all records from a table, the space for the records remainMERGE - UPSERT operation (insert or update)CALL - call a PL/SQL or Java subprogramEXPLAIN PLAN - explain access path to dataLOCK TABLE - control concurrencyBy: Asif Siddiqeasif.siddiqe@duhs.edu.pkasif.siddiqe@gmail.com


What allows you to enter calculate manipulate and analyze data such as numbers and text?

Worksheets allow users to enter, calculate, manipulate, and analyze data such as numbers and text. Worksheets means the same as spreadsheets.


What must be stored in memory before the computer can manipulate the data?

PROGRAM


How can I access and manipulate data stored in the kernel in a C program?

To access and manipulate data stored in the kernel in a C program, you can use system calls provided by the operating system. These system calls allow you to interact with the kernel and perform operations such as reading and writing data to kernel memory. It is important to note that manipulating kernel data directly can be risky and should be done carefully to avoid causing system instability or security vulnerabilities.