Informàtica. Programació. Desenvolupament web. Disseny gràfic. Xarxes.

Quizzes de desenvolupament web

Clock
Minutes
Seconds
NOW() Returns the current date and time.

We use the DIFFERENT keyword to retrieve different values, for example: SELECT DIFFERENT column_name FROM table_name;

You have to pay to use MySQL.

This query retrieves the employees whose names end with h: SELECT * FROM employees WHERE name LIKE 'h%';

There are different versions of the SQL language.