answersLogoWhite

0

Is html enough to create a database?

Updated: 8/19/2019
User Avatar

Wiki User

12y ago

Best Answer

No, you must use at least two other languages such as php and MySQL.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is html enough to create a database?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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.


How do you create a form in database?

To create an online form and database, you could learn PHP, MYSQL, HTML and Javascript or alternatively try something like www.recs4free.com. This will do most of the work for you.


How do you connection database in HTML using javascript?

Connection Database can be established using language such as Java. For that you need to create an object of Connection type.


What does database mean in HTML?

There is no database tag per say in HTML. HTML is a markup language which simply means it's a way of formatting contents on a webpage. A database is a data structure that is used to house information so it can be called upon at a later time. In order to connect a database to some form of HTML, you'd need to have the database stored on the webserver and then access that database through a server side language like PHP which can orient the contents into HTML tags and be placed within your webpage. Basically, you'd need to use a programming language of some sort to bring together a database and HTML; it's not possible simply by typing in HTML tags. Sorry...


What is detailview in asp.net?

The DetailsView control in ASP.Net is used to create an HTML table that displays the contents of a single database record. It is data bound control.


How do load an access database over HTML?

A database cannot be accessed directly by HTML. You need jars and a language like Java to connect a DB.


What the major problem to create a HTML?

There are no such problems to create HTML pages. All you need to do is create an HTML document and run it on a browser.


Need of HTML?

The need of HTML is to create fancy webpages. With HTML, novice users can create webpages as well.


Does database software store information in HTML codes?

No, database software does not store data using Hyper Text Markup Language (HTML) codes. A common code used to access data is Structured Query Language (SQL). HTML is a formatting language that will tell a browser how to display the data retrieved from a database.


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.


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 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.