Windows. Linux. Wordpress. Joomla. GIMP. Inkscape. Kdenlive. Hardware. Networking.

Web development quizzes

Clock
Minutes
Seconds
You can have several PRIMARY KEY constraints per table.

A BLOB stands for Binary Large Object.

We can define aliases like this: SELECT age ALIAS myage FROM employee;

This statement adds a column: ALTER TABLE employee DROP COLUMN age.

This query is correct: INSERT INTO table_name THIS (value1,value2,value3,...);