delete

Quiz
•
Computers
•
10th Grade
•
Hard
Amal Mohammed
Used 8+ times
FREE Resource
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
بناء على رقمه الشخصي 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
دالة الطباعة على الشاشة
write
echo
copy
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
عرض عدد السجلات المتأثرة بالاستعلام
echo "affected";
mysqli_affected_rows($cct)
mysqli_fetch_array($result)
mysqli_fetch_array($cct)
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
لحذف متبرع الذي له عدد مرات التبرع اكبر من او يساوي العدد الذي تم ادخاله 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
باستخدام دالة الطباعة اعرضي عدد السجلات المتأثرة قبل الرسالة النصية
"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
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
جملة تنفيذ الاستعلام
mysqli_query($cct,$sql)or die("Error query!");
mysqli_afffected_rows($cct);
mysql_fecth_array($cct)
mysqli($cct);
Similar Resources on Wayground
10 questions
PERINTAH SQL 01

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

Quiz
•
KG - University
10 questions
Shortcuts

Quiz
•
5th - 10th Grade
10 questions
delet11

Quiz
•
10th - 12th Grade
10 questions
Use engineering applications software

Quiz
•
10th Grade
12 questions
Internet Protocols. Edexcel GCSE Computer Science

Quiz
•
8th - 12th Grade
8 questions
Deletequery.php

Quiz
•
10th Grade
10 questions
2.2 Antivirus

Quiz
•
9th - 10th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade