Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

CREATE TABLE ` census ` ( ` usid ` int NOT NULL, ` age ` int NOT NULL, ` workclass ` varchar ( 6 4

CREATE TABLE `census`(
`usid` int NOT NULL,
`age` int NOT NULL,
`workclass` varchar(64) DEFAULT NULL,
`fnlwgt` int NOT NULL,
`education` varchar(64) NOT NULL,
`education_num` int NOT NULL,
`marital_status` varchar(64) NOT NULL,
`occupation` varchar(64) NOT NULL,
`relationship` varchar(64) NOT NULL,
`race` varchar(64) NOT NULL,
`sex` varchar(16) NOT NULL,
`capital_gain` int NOT NULL,
`capital_loss` int NOT NULL,
`hours_per_week` int NOT NULL,
`native_country` varchar(64) NOT NULL,
`label` char(5) NOT NULL,
PRIMARY KEY (`usid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;

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

Beginning ASP.NET 4.5 Databases

Authors: Sandeep Chanda, Damien Foggon

3rd Edition

1430243805, 978-1430243809

More Books

Students also viewed these Databases questions

Question

How can virtualization save a company a lot of money?

Answered: 1 week ago

Question

Which RAID level uses a mirror (shadow) set?

Answered: 1 week ago

Question

OUTCOME 1 Explain the reasons for equity-related legislation.

Answered: 1 week ago