answersLogoWhite

0


Best Answer

A database can be created using DML (data manipulation language). Example create table table_name (name datatype , name datatype...... ) .

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you Write a Database?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a transactional database?

A Transactional Database is a DBMS where write operations on the database are able to be rolled back if they are not completed properly.


Describe the database recovery process and the use of deferred-write and write-through techniques?

deferred-write: The transaction do not immediate update database, instead, only update log file. Then when transaction reach commit point, it will update the physical database. write-through: The database is update right away during the transaction execution.


Connect c language to internet database?

Yes, you can write a program in C language which connects to a database.


How do you design a database?

hmm, I start to think what am will doing with database, usually I write firts all my idea on a paper and when it ready to build, I use my database application.


Is it possible to perform a calculation within a database?

Yes you can. You can create queries that do calculations. You can write code for programs to do calculations in a database. Doing calculations is a significant element of what you do with a database, so yes you can do them within a database.


Write the detail of sql?

SQL is a database programming language.By this language we can create ,modify and other updating of our database record.


Does database management needs internet connection?

No, if you run a database on localhost, and you are the only one to edit it from your local pc... but if you want others to read/write to the database you will need an internet connection.


Write a short note on ms access?

Microsoft Access is a program that allows you to make a database. A database can be used to organize a large amount of information.


What is a database language?

It is a language that allows you to manipulate data in a database and write queries. SQL (Structured Query Language) is one of the most well known one.


How is a database different from a database management system?

A database is simply the data that has been stored in tables. A database management system includes all the elements that are required to work with the database. This would include things like the language to write queries, facilities for creating reports, controls over security and access of data and other elements.


Is there a way to populate a database with another website's products without having to copy and paste the name of each product into the database?

If you have access to the other website's database you can just make a query there and write a script that then updates your own database with the received values.If you don't, writing a script would most likely be more work than doing it by yourself. You could maybe save some time by getting a list of the product names and then write a script that seperates the names and then writes the values into your database.


What type of software program is Microsoft Office Access?

MS Office application.Database software.Relational database