Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

CREATE TABLESPACE GeographyTablespace 1 _ _ ( A ) _ _ ' E: / mysql / geography / geographytablespace 1 . ibd' CREATE TABLESPACE GeographyTablespace

CREATE TABLESPACE GeographyTablespace1
__(A)__
'E:/mysql/geography/geographytablespace1.ibd'
CREATE TABLESPACE GeographyTablespace2
ADD DATAFILE
'E:/mysql/geography/geographytablespace2.ibd'
CREATE TABLE Country (
Code SMALLINT,
Name VARCHAR(15),
Capital VARCHAR(15)
)
TABLESPACE __(B)__;
CREATE TABLE Continent (
Code CHAR(2),
Name VARCHAR(15),
)
__(C)__ GeographyTablespace2;

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

Step: 3

blur-text-image

Ace Your Homework with AI

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

Get Started

Students also viewed these Databases questions

Question

What is a tangible product?

Answered: 1 week ago

Question

When will I do them?

Answered: 1 week ago