Q441
Open questionSelect an option to see the answer and solution.
Practice every MCQ with options. Use Show answers when you want the correct option and solution.
1,185
Questions
23/60
Page
Pick an option on a question to see the right answer and solution.
Q441
Open questionSelect an option to see the answer and solution.
Q442
Open questionSelect an option to see the answer and solution.
Q443
Open questionSelect an option to see the answer and solution.
Q444
Open questionSelect an option to see the answer and solution.
Q445
Open questionmysql_store_result(), mysql_use_result()Select an option to see the answer and solution.
Q446
Open questionCREATE TABLE person
( person_id SMALLINT, name VARCHAR, LAST VARCHAR
CONSTRAINTS pk_person PRIMARY KEY (person_id));
INSERT INTO person
VALUES( person_id, name, LAST)
(1, ’s’, ’p’);
INSERT INTO person
( person_id, name, LAST)
VALUES(1,’s’,’p’);Select an option to see the answer and solution.
Q447
Open questionSelect an option to see the answer and solution.
Q448
Open questionSELECT emp_id, title, start_date, fname, fed_id
FROM person
ORDER BY RIGHT (fed_id, 3);Select an option to see the answer and solution.
Q449
Open questionSelect an option to see the answer and solution.
Q450
Open questionSelect an option to see the answer and solution.
Q451
Open questionmysql -h xyz.host.try.net -p -u tampSelect an option to see the answer and solution.
Q452
Open questionCREATE TABLE abc (xyz);Select an option to see the answer and solution.
Q453
Open questionSelect an option to see the answer and solution.
Q454
Open questionSelect an option to see the answer and solution.
Q455
Open questionSelect an option to see the answer and solution.
Q456
Open questionSelect an option to see the answer and solution.
Q457
Open questionSelect an option to see the answer and solution.
Q458
Open questionCREATE TABLE employee (
emp_name CHAR(30),
emp_id INT
);Select an option to see the answer and solution.
Q459
Open questionSelect an option to see the answer and solution.
Q460
Open questionSelect an option to see the answer and solution.