What is the logic of storing XML in a Database?
- From: "Karen Hill" <karen_hill22@xxxxxxxxx>
- Date: 26 Mar 2007 15:15:42 -0700
X-No-Archive:yes
I see people putting XML documents in databases. Why do they do this,
what is the logic behind it? Why not just put the data into tables?
Why are the standards committees going along with this (XML SQL/
MED)? Why don't people just use tables to store the data thusly:
CREATE TABLE FOO_CUSTOMER
(
name VARCHAR
address VARCHAR
key INT
);
why are they doing this:
CREATE TABLE BAD_XML_CUSTOMER
(
customer_data XML
);
.
- Follow-Ups:
- Re: What is the logic of storing XML in a Database?
- From: Evan Keel
- Re: What is the logic of storing XML in a Database?
- From: Daniel
- Re: What is the logic of storing XML in a Database?
- From: Bernard Peek
- Re: What is the logic of storing XML in a Database?
- From: Cimode
- Re: What is the logic of storing XML in a Database?
- From: Bob Badour
- Re: What is the logic of storing XML in a Database?
- Prev by Date: Re: Possreps and numeric types
- Next by Date: Re: Modelling Disjoint Subtypes
- Previous by thread: Possreps and numeric types
- Next by thread: Re: What is the logic of storing XML in a Database?
- Index(es):
Relevant Pages
|
Loading