
تحديد سجل

Quiz
•
Computers
•
10th Grade
•
Hard
Fadhel Abdulla
Used 3+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
استعلام تحديد سجل في جدول
books
هو
SELECT BOOKS
SELECT * FROM BOOKS
SELECT FROM BOOKS
SELECT BOOKS FROM *
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
لطباعة الجملة
Number of Books
اكتب
echo Number of Books
"Number of Books"
echo "Number of Books";
echo "Number of Books"
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
$query = "SELECT * FROM books";
???????(????,?????);
mysqli_close($con);
استبدل علامات الاستفهام بالامر الصحيح لتنفيذ الاستعلام
mysqli_query($con,$query)
mysqli_fetch_array($con)
mysqli_query($query,$con)
$mysqli_affected_rows($query)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
$query = "SELECT * FROM books";
mysqli_query($con,$sql);
echo "Number of Books".??????(????)
mysqli_close($con);
استبدل علامات الاستفهام بالامر الصحيح لعرض عدد السجلات المتأثرة
mysqli_query($con)
mysqli_query($query)
mysqli_affected_rows($con)
mysqli_affected_rows($query)
5.
FILL IN THE BLANK QUESTION
1 min • 1 pt
$result = mysqli_query($con,$query)
while($row = ????????(?????) )
استبدل علامات الاستفهام بالامر الصحيح للبنية التكرارية
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
while($row = mysqli_fetch_array($result))
{
????? ?????[???]
}
اكتب الامر الصحيح لطباعة الحقل الأول
echo $row[0]
echo $row[1]
$row[1]
echo $result[0]
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
while($row = mysqli_fetch_array($result))
{
????? ?????[???]
}
اكتب الامر الصحيح لطباعة الحقل الثالث
echo [3]
echo $result[3]
echo $row[2]
echo $row[2]
8.
FILL IN THE BLANK QUESTION
1 min • 1 pt
while($row = mysqli_fetch_array($result))
{
echo $row[0]?????
}
اكتب الامر الصحيح لجعل الرمز
*
بعد الحقل الأول
9.
OPEN ENDED QUESTION
3 mins • 1 pt
while($row = mysqli_fetch_array($result))
{
?????
}
اكتب الامر الصحيح لطابعة الحقول الأول والرابع مع جعل الرمز
*
بين الحقول وجعل سطر جديد نهاية كل سجل
Evaluate responses using AI:
OFF
Similar Resources on Wayground
8 questions
Deletequery.php

Quiz
•
10th Grade
10 questions
PRE-TEST SIKLUS 3

Quiz
•
10th Grade
10 questions
Access 2.12 (A) Review

Quiz
•
KG - University
9 questions
7.2 Introduction to Databases

Quiz
•
9th - 12th Grade
10 questions
Evaluasi PHP 4

Quiz
•
10th Grade
10 questions
Formatting in Excel

Quiz
•
10th Grade
12 questions
Spreadsheets Quiz

Quiz
•
9th - 12th Grade
10 questions
ASESMEN SUMATIF (POST-TEST)

Quiz
•
10th Grade
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade