answersLogoWhite

0

Data base system

Updated: 9/14/2023
User Avatar

Wiki User

9y ago

Best Answer

System that store data that is related to each other are known as database system. Example of database system : mysql, sql+, oracle etc.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Data base system
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is ATM data base system?

Data Warehousing


What is the difference between data record and data base?

A data record is a collection of various fields of data (like name, organisation, sex, age etc), whereas a database is a collection of records tables. (And views, indexes, stored procedures, and other stuff;)


Can you write a program in DBMS like C?

DBMS means Data Base Management System, it is not a programming language.


Can you access in drive class from base class private data?

Base class should no knowledge about derived classes. The "private" modifier on a data member means private to the class which defined it. Base class cannot directly reference/access the private data member of the derived class, and the derived classes cannot access the private data member defined in the base class. Either way the accessing the private data member should be done via properties or getters


Program for derived class in cpp?

#include<iostream> class base { int m_data; public: base(const int data):m_data(data){} base(const base& cpy):m_data(cpy.m_data){} base& operator=(const int rhs){m_data=rhs;return(*this);} base& operator=(const base& rhs){m_data=rhs.m_data;return(*this);} virtual ~base(){} }; class derived { public: derived(const int data):base(data){} derived(const derived& cpy):base(cpy){} derived& operator=(const int rhs){return(base::operator=(rhs));} derived& operator=(const derived& rhs){return(base::operator=(rhs));} virtual ~derived(){} }; int main() { derived d=42; }

Related questions

What is the difference between data base and data base management system?

data base means a collection of data,which may be inter related. data base management system is a collection of programs for managing the data base.


What is ATM data base system?

Data Warehousing


What is DBMS system?

dbms is data base management system .It is combination of the data base & the the softwares to access the data from the database. eg:Poracle 91,dbase; for more reply to rexrer234@gmail.com


What is the difference between file base system and data base system?

DBS has more security and data integrity.It reduce data redundancy and updating errors which can occur in FBS.Contains of concurrent data access.But also it's expensive to use and they are also complex.Damage to DB affects virtually all application programs.


The Data Base Management System makes data management more?

efficient


What are some of the examples of information system?

data base


What dbms stands for?

Data Base Management System


How can create database in vb6.0imake project name is pay roll manage ment system I'm nothing know about data?

data base in vb6.0 data base in vb6.0


What is The numbering system used to process and store data?

base 2


What are the limitations ofcovitional approach of managing data?

file base system


What is the fullform of DBMS?

The full form of DBMS is Database Management System.


What are the strength of data base?

The following are the strengths of Database system : 1) data is secured 2) data sharing is easy 3) data can be easily accessed