Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This is for SQL: Create a new table in your database, with your initials as suffix, e.g. myxmlRR It should have three columns: id is

This is for SQL:

Create a new table in your database, with your initials as suffix,

e.g. myxmlRR

It should have three columns:

id is an integer, not null and is the primary key.

name is a variable length string , max length of 30

document is an xml document.

1. Create this table (@10 pts)

2. Declare a variable to hold the xml document, and Set that variable with the document shown below PLUS, add in a last name element for each Person, where Jos last name is Tiger and Kims last name is Wolf.

Dont forget the tick marks! (@20 pts)

'

Jo

Kim

'

3. Insert into the table where id = 10, and name = xmlstorage, and the xml document using your xml variable (@ 10 pts)

4. Select all the elements of that row, and, Show the expanded selected result ( as in the guide). That is, this

should show the expanded xml document you previously inserted...(@10 pts)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Expert Oracle9i Database Administration

Authors: Sam R. Alapati

1st Edition

1590590228, 978-1590590225

More Books

Students also viewed these Databases questions

Question

To identify HRM functions when it is created.

Answered: 1 week ago

Question

differentiate the function ( x + 1 ) / ( x ^ 3 + x - 6 )

Answered: 1 week ago

Question

1. Select the job or jobs to be analyzed.

Answered: 1 week ago