1) Which keywords cannot be used in SQL? a) SELECT b) FROM c) WHAT d) WHERE e) WHILE f) GRAB 2) 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'. a) SELCT FirstName, LastName FROM Customers WHERE City EQUALS 'London'; b) SELECT FirstName, LastName FROM Customers WHERE City = 'London'; 3) 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. a) SELECT ProductName, Price WHERE Category = 'Electronics' AND StockQuantity > 50; b) SELECT ProductName, Price FROM Products WHERE Category = 'Electronics' OR StockQuantity > 50; c) SELECT ProductName, Price FROM Products WHERE Category = 'Electronics' AND StockQuantity > 50; d) SELECT Product_Name, Price FROM Products WHILE Category = 'Electronics' AND StockQuantity > 50; 4) Which SQL statement is conventionally correct? a) SELECT OrderID, CustomerID, OrderDate FROM Orders WHERE OrderDate >= '2024-01-01'; b) Select OrderID, CustomerID, OrderDate From Orders Where OrderDate >= '2024-01-01'; 5) What do we place after the word SELECT? a) The name of the table b) The name of the column we want to select c) The condition we want to get information based on. 6) What do we place after the word FROM? a) The name of the table b) The name of the column we want to select c) The condition we want to get information based on. 7) What do we place after the word WHERE? a) The name of the table b) The name of the column we want to select c) The condition we want to get information based on.
0%
SQL Starter
共有
共有
共有
Cfreeman10
さんの投稿です
コンテンツの編集
印刷
埋め込み
もっと見る
割り当て
リーダーボード
もっと表示する
表示を少なくする
このリーダーボードは現在非公開です。公開するには
共有
をクリックしてください。
このリーダーボードは、リソースの所有者によって無効にされています。
このリーダーボードは、あなたのオプションがリソースオーナーと異なるため、無効になっています。
オプションを元に戻す
クイズ
は自由形式のテンプレートです。リーダーボード用のスコアは生成されません。
ログインが必要です
表示スタイル
フォント
サブスクリプションが必要です
オプション
テンプレートを切り替える
すべてを表示
アクティビティを再生すると、より多くのフォーマットが表示されます。
オープン結果
リンクをコピー
QRコード
削除
自動保存:
を復元しますか?