placeholder image to represent content

Delete حذف سجل

Quiz by AMAL HASSAN AHMED JASSIM

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
7 questions
Show answers
  • Q1
    <?php /* الاتصال بقاعدة البيانات */ include('connect.php'); /* جملة الاستعلام*/ $sql = " delete from -------------- where
    Question Image
    degrees
    120s
  • Q2
    اختاري التعليمات البرمجية المطلوبة مكان الفراغ لإتمام عملية حذف سجل بناء على الرقم الأكاديمي للطالب : <?php /* الاتصال بقاعدة البيانات */ include('connect.php'); /* جملة الاستعلام*/ $sql = " delete from degrees where Std_num ='----------------' ";
    Question Image
    $_REQUEST[std_num]
    120s
  • Q3
    /* تنفيذ الاستعلام */ ----------- ($ctt,$sql) ;
    Question Image
    mysqli_query
    120s
  • Q4
    /* نتيجة الاستعلام */ echo"Number of Record(s) Deleted=” ------------------------------- ;
    Question Image
    .mysqli_affected_rows($cct)
    120s
  • Q5
    ضمن علامتي التنصيص للمتغير $sql أدرجي جملة الاستعلام المناسبة لحذف سجلات ordersمن جدول order_date بناء على تاريخ الطلبية $sql=" delete from orders where ..................................='$_REQUEST[order_date] ' ";
    Question Image
    Order_date
    120s
  • Q6
    ضمن علامتي التنصيص للمتغير $sql أدرجي جملة الاستعلام المناسبة لحذف سجلات ordersمن جدول order_date بناء على تاريخ الطلبية $sql=" delete from .................. where order_date='$_REQUEST[order_date] ' ";
    Question Image
    orders
    120s
  • Q7
    ضمن علامتي التنصيص للمتغير $sql أدرجي جملة الاستعلام المناسبة لحذف سجلات ordersمن جدول order_date بناء على تاريخ الطلبية $sql=" delete from orders where order_date='...................[order_date] ' ";
    Question Image
    $_REQUEST
    120s

Teachers give this quiz to your class