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
مشاركة
مشاركة
مشاركة
بواسطة
Dahmed22
KS3
Computing
Databases
تحرير المحتوى
طباعة
تضمين
المزيد
الواجبات
لوحة الصدارة
عرض المزيد
عرض أقل
لوحة الصدارة هذه في الوضع الخاص حاليًا. انقر على
مشاركة
لتجعلها عامة.
عَطَل مالك المورد لوحة الصدارة هذه.
عُطِلت لوحة الصدارة هذه حيث أنّ الخيارات الخاصة بك مختلفة عن مالك المورد.
خيارات الإرجاع
اختبار تنافسي
قالب مفتوح النهاية. ولا يصدر عنه درجات توضع في لوحة الصدارة.
يجب تسجيل الدخول
النمط البصري
الخطوط
يجب الاشتراك
الخيارات
تبديل القالب
إظهار الكل
ستظهر لك المزيد من التنسيقات عند تشغيل النشاط.
)
فتح النتائج
نسخ الرابط
رمز الاستجابة السريعة
حذف
استعادة الحفظ التلقائي:
؟