elishaheart21
elishaheart21
15.01.2020 • 
Engineering

Consider the following mysql table definition: create table tblitems(x char(3));
which of the following is a valid insert statement? selected: a. insert into tblitems(x) values(‘yes’, ’no’); this answer is correct.b. insert into tblitems(y) values(‘yes’, ’no’); c. insert into tblitems(y) values(‘no’); d. insert into tblitems(y) values(‘wrong’)

Solved
Show answers

Ask an AI advisor a question