Menu
×
×
Correct!
Exercise:Insert a new record in the
@(11) Customers @(1)
CustomerName,
Address,
City,
PostalCode,
Country@(1)
@(6) @(1)
'Hekkan Burger',
'Gateveien 15',
'Sandnes',
'4306',
'Norway'@(1);
INSERT INTO Customers (
CustomerName,
Address,
City,
PostalCode,
Country)
VALUES (
'Hekkan Burger',
'Gateveien 15',
'Sandnes',
'4306',
'Norway');
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 52 exercises.
Are you sure you want to continue?