answersLogoWhite

0

A database is a list of records, each record contains the same information in the same format as every other record. Using a database enables the user to find one or more records quickly and efficently, and to perform some calculations on the information stored.

User Avatar

Wiki User

16y ago

Still curious? Ask our experts.

Chat with our AI personalities

BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake
LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao
SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve

Add your answer:

Earn +20 pts
Q: Basics of Database
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Basic Math

What are the importance of table form query in database?

In database system the data is stored in the form of table. So to store the data in the database, table are very important in a database system.


What are the three basic steps to creating database?

The following are the basic steps of creating databaseFigure out why you need database-:This is the first step in creating database which decide reason for creating database example creating database for store dataSelect type of software which used for creating database example Microsoft access ,database oracle MySQL database.determine your field in data base this include column and low of the databasecreate a table for each portion of databasegroup your field into tableenter the data into your database.


Functions and importance of conceptual modelling?

To represent data in an understandable way.Enhance an individuals understanding of the database.Facilitate efficient conveyance of database details between database stakeholdersProvide a point of reference for database designers to extract database specificationsDocument the database for future reference and provide a means for collaboration


What is the building block of a relational database?

I think "TABLE" is the main building block of relational database


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.