Go to w3c.91xjr.com
Reset Score
Close This Menu
POSTGRESQL Create Table
Exercise 1
Exercise 2
Exercise 3
Exercise 4
Exercise 5
Exercise 6
Exercise 7
Exercise 8
Exercise 9
Exercise 10
Exercise 11
Exercise 12
Exercise 13
Go to POSTGRESQL Create Table Tutorial
POSTGRESQL Operators
Exercise 1
Exercise 2
Exercise 3
Exercise 4
Exercise 5
Exercise 6
Exercise 7
Exercise 8
Go to POSTGRESQL Operators Tutorial
POSTGRESQL Select Data
Exercise 1
Exercise 2
Exercise 3
Exercise 4
Exercise 5
Exercise 6
Exercise 7
Exercise 8
Exercise 9
Exercise 10
Exercise 11
Go to POSTGRESQL Select Data Tutorial
POSTGRESQL Functions
Exercise 1
Exercise 2
Exercise 3
Exercise 4
Exercise 5
Go to POSTGRESQL Functions Tutorial
POSTGRESQL Join Tables
Exercise 1
Exercise 2
Exercise 3
Exercise 4
Go to POSTGRESQL Join Tables Tutorial
Menu
×
×
Correct!
Exercise:
Delete all records where the column
brand
has the value 'Volvo'.
@(11) cars @(5) brand = 'Volvo';
DELETE FROM cars WHERE brand = 'Volvo';
Not Correct
Click
here
to try again.
Correct!
Next ❯
Show Answer
Hide Answer
Submit Answer ❯
Show Answer
Hide Answer
×
Reset the Score?
Reset?
Cancel?