Search Header Logo

delete

Authored by Amal Mohammed

Computers

10th Grade

Used 8+ times

delete
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

بناء على رقمه الشخصي donorsحذف سجل من جدول

delete num_d from donors ;

$sql="delete from donors where num_d='$_REQUEST[num_d]'"

delete from donors where num_d='$_REQUEST[num_d]

$sql="delete from donors where num_d='$_REQUEST[num_d]'";

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

دالة الطباعة على الشاشة

print

write

echo

copy

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

عرض عدد السجلات المتأثرة بالاستعلام

echo "affected";

mysqli_affected_rows($cct)

mysqli_fetch_array($result)

mysqli_fetch_array($cct)

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

لحذف متبرع الذي له عدد مرات التبرع اكبر من او يساوي العدد الذي تم ادخاله donorsحذف سجل من جدول

$sql="delete from donors where amount_d>='$_RESUEST[amount_d]'";

$sql="delete from donors where amount_d>='$_RESUEST[amount_d]'"

$sql="delete from donors where amount_d<'$_RESUEST[amount_d]'";

delete from donors where amount_d>='$_RESUEST[amount_d]';

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

باستخدام دالة الطباعة اعرضي عدد السجلات المتأثرة قبل الرسالة النصية

"Record(s) Deleted".

echo .mysqli_affected_rows($cct) "Record Deleted ";

.mysqli_affected_rows($cct) echo "Record Deleted ";

echo .mysqli_affected_rows($cct) & "Record Deleted ";

.mysqli_affected_rows($cct) + echo "Record Deleted ";

6.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Media Image

donorsحذف سجل من جدول

لحذف متبرع الذي تاريخ تبرعه قبل التارريخ المدخل

$sql="delete from donors where date_d='$_REQUEST[date_d]'";

$sql="delete from donors where date_d<'$_REQUEST[date_d]'";

$sql="delete from donors where date_d>'$_REQUEST[date_d]'";

$sql="delete from donors where date_d<='$_REQUEST[date_d]'";

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

جملة تنفيذ الاستعلام

mysqli_query($cct,$sql)or die("Error query!");

mysqli_afffected_rows($cct);

mysql_fecth_array($cct)

mysqli($cct);

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

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?