Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

What am I possibly doing wrong ?? mysql> INSERT INTO person(fName,lname,cityID) VALUES(Joseph,Mosca,9); ERROR 1054 (42S22): Unknown column 'Joseph' in 'field list' mysql> Create Entry in

What am I possibly doing wrong ??

image text in transcribed

mysql> INSERT INTO person(fName,lname,cityID) VALUES(Joseph,Mosca,9);

ERROR 1054 (42S22): Unknown column 'Joseph' in 'field list'

mysql>

Create Entry in Person Table Check for your name: SELECT * FROM person; INSERT INTO person (fName, Iname, citylD) VALUES (Tyour first namel', 'Iyour last name]', your citylD]); Check your work: SELECT * FROM person

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

Public Finance

Authors: Harvey S. Rosen

5th Edition

025617329X, 978-0256173291

Students also viewed these Databases questions

Question

Discuss all branches of science

Answered: 1 week ago