placeholder image to represent content

Delete حذف سجل

Quiz by AMAL HASSAN AHMED JASSIM

Feel free to use or edit a copy

includes Teacher and Student dashboards

Measure skills
from any curriculum

Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.

With a free account, teachers can
  • edit the questions
  • save a copy for later
  • start a class game
  • view complete results in the Gradebook and Mastery Dashboards
  • automatically assign follow-up activities based on students’ scores
  • assign as homework
  • share a link with colleagues
  • print as a bubble sheet

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