answersLogoWhite

0

Is XML a database

Updated: 8/16/2019
User Avatar

Wiki User

12y ago

Best Answer

XML is not a database. It is a document markup language, a cousin of HTML and a descendant of SGML. Databases can read XML to import data, and export XML to other applications (depending on the capabilities of the database).

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

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

Can xml be used to access data?

xml can be used with other technologies to access a database but xml is not a programming language on its own so cant access a database.


What is the XML database used for?

xml is used on webpages and web services and can also be used to create data bases and to store and carry data.


How xml store the data?

xml is not a database, its a markup language that is used to transport data, information or bits of data are kept within xml tags and carried over the internet.


What is the function of tag?

the function of xml tags is to display to web browser kind of applications, such as html, but with tags which one you wanna to type.


Is xml a database language?

Nope, XML is a language made to contain and transport smaller amounts of information, in a logical, human readable, platform independent way.To be precise, its not a programming language, it is a markup language.


Which methods can you use to export data from access 2007?

Export to XML. Export to another Access database. Export to HTML.


How do you connect flex GUI to any databse?

It is not possible to connect directly to a database from flex. You can use some server side technology like Java Servlets/JSP or PHP to talk to the database, format the result and send that to your flex UI possibly as XML. Flex can then parse through that XML and display the data on the UI.


Why XML message is used for client-server application?

XML was designed for exchanging information. It is extensible, and easily constructed, since there are no restrictions on what you can use for a tag name (unlike HTML, for example). XML data is structured in a hierarchy which can be traversed like a database. It is a very common format and means of data exchange. There are several known standards for describing how data is exchanged, and XML is a very flexible means of doing that. If an application did not use XML for data exchange then the exchange would be through a proprietary format, which would not be as flexible or portable as XML.


What is the difference between XML and SQL data storage?

XML is a markup language used for structuring and storing data in a hierarchical format, whereas SQL is a programming language used for managing and querying data stored in relational databases. XML is more flexible and self-descriptive but less efficient for complex queries compared to SQL, which offers better performance and scalability for relational data storage and retrieval.


What structure can you implement for the database to speed up table reads?

The most common structure used to speed up table reads is an INDEX. using xml file you can speed up your table read ....you need to refer xml details


What are the xml tools?

That depends on what you want to do, xml tools include; xml parsers xml validators xml editors xml schema editors xml code generators


What is the primary advantage of XML file formatting?

XML is primarily a language which enables people to store data, it it relatively easy to write s you can more or less make up your own tags. It is however not supported by all database programs so may not be suitable for use depending upon your use. However if you are using ASP.net I assume you can use the xml parsers in the .NET framework generally.