MCQs > IT & Programming > MySQL > Consider the following SQL queries: create table foo (id int primary key auto_increment, name varchar(200)); insert into foo (name) values (id); select * from foo; What will be the value of the 'name' column returned by the select query?

MySQL MCQs

Consider the following SQL queries:

create table foo (id int primary key auto_increment, name varchar(200));
insert into foo (name) values (id);
select * from foo;

What will be the value of the 'name' column returned by the select query?

Answer

Correct Answer: NULL

Explanation:

Note: This Question is unanswered, help us to find answer for this one

MySQL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

MySQL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it