Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

CREATE TABLE Country ( Name VARCHAR ( 6 0 ) , IndepYear SMALLINT, ISOCode 3 CHAR ( 3 ) , ContinentCode CHAR ( 2 )

CREATE TABLE Country (
Name VARCHAR(60),
IndepYear SMALLINT,
ISOCode3 CHAR(3),
ContinentCode CHAR(2) DEFAULT 'AA',
Area DECIMAL(9,2) DEFAULT 1.00,
ISOCode2 CHAR(2)
);A row is inserted into Country with Name 'Valhalla' but with no other values specified.

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

Recommended Textbook for

More Books

Students also viewed these Databases questions