answersLogoWhite

0

Database is created to keep a systematic record of data of a particular field.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you create a data base?

If your database program uses standard SQL commands, you would use the CREATE DATABASE command.


Can database programs create graphics?

You can create charts with them, but other than that you cannot create graphics with a database. They are not designed for dealing with graphics, so you would use a different program to create graphics.


How would you plan database?

Database can planned according to the requirements of users. Create schema based on the data you want to store and then create table for storing data.


Is Excel an example of a relational database?

No. It is a spreadsheet application. You can do simple databases in it, but it is not designed to create complex databases like relational databases. To do that you would use an actual database application.


How do you create a new database in MySQL?

The MySQL command is "CREATE DATABASE [dbname]" with "[dbname]" replaced with your desired database name.


How do you create a database?

In order to create a database link, the command CREATE DATABASE LINK is used. Depending on the requirement, private or public databases may be created.


Is the relational database an example of oracle database?

A relational database is a type of database design. Oracle is a brand of database. You can create a relational database using Oracle. You can also create relational databases using other database applications.


How do you create a database link?

In order to create a database link, the command CREATE DATABASE LINK is used. Depending on the requirement, private or public databases may be created.


What are the main function of a database system?

create the database


Can you create a database with only a form?

Yes , you can create a database using a form . But you have to do two things First make a form in html or jsp whatever you like. Then Connect the form to database using java database connectivity.Yes, we can create database with a form. First create a form using html or jsp then we can connect it to database using JDBC.


Which default Database roles are created when you create a Database?

To create a database you need to name a file and add that to Microsoft excel :) hope that helps :)


How do you create a db?

CREATE DATABASE db_name;