Search Header Logo

تحديد سجل

Authored by Fadhel Abdulla

Computers

10th Grade

Used 3+ times

تحديد سجل
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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 = ????????(?????) )

استبدل علامات الاستفهام بالامر الصحيح للبنية التكرارية

(a)  

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]

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?