Which keywords are used in SQL?, SELECT, FROM, WHAT, WHERE, WHILE, GRAB, Which keywords cannot be used in SQL?, SELECT, FROM, WHAT, WHERE, WHILE, GRAB, Which SQL statement is correct? Write an SQL statement to retrieve the FirstName and LastName from the table Customers who live in the city of 'London'., SELCT FirstName, LastName FROM Customers WHERE City EQUALS 'London';, SELECT FirstName, LastName FROM Customers WHERE City = 'London';, Which SQL statement is correct? Write an SQL statement to retrieve the ProductName and Price of all products that belong to the 'Electronics' category and have a StockQuantity greater than 50., SELECT ProductName, Price WHERE Category = 'Electronics' AND StockQuantity > 50;, SELECT ProductName, Price FROM Products WHERE Category = 'Electronics' OR StockQuantity > 50;, SELECT ProductName, Price FROM Products WHERE Category = 'Electronics' AND StockQuantity > 50;, SELECT Product_Name, Price FROM Products WHILE Category = 'Electronics' AND StockQuantity > 50;, What do we place after the word SELECT?, The name of the table, The name of the column we want to select, The condition we want to get information based on., What do we place after the word FROM?, The name of the table, The name of the column we want to select, The condition we want to get information based on., What do we place after the word WHERE?, The name of the table, The name of the column we want to select, The condition we want to get information based on..
0%
SQL Starter
Share
Share
Share
by
Dahmed22
KS3
Computing
Databases
Edit Content
Print
Embed
More
Assignments
Leaderboard
Show more
Show less
This leaderboard is currently private. Click
Share
to make it public.
This leaderboard has been disabled by the resource owner.
This leaderboard is disabled as your options are different to the resource owner.
Revert Options
Quiz
is an open-ended template. It does not generate scores for a leaderboard.
Log in required
Visual style
Fonts
Subscription required
Options
Switch template
Show all
More formats will appear as you play the activity.
)
Open results
Copy link
QR code
Delete
Continue editing:
?