Search Header Logo

تطبيقات الاستعلامات

Authored by Halima School Lab 1

Computers

9th Grade

Used 1+ times

تطبيقات الاستعلامات
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

اكتب جملة الاستعلام

لتحديث بيانات رقم هاتف الطالبة

stud_phone

في جدول

Student

بناءا علي الرقم الشخصي المدخل

stud_CPR

$sql= “update Student Set

stud_phone = ‘$_REQUEST[stud_phone]’

Where

stud_cpr = ‘$_REQUEST[stud_cpr]’ ” ;

$sql= “update phone Set

stud_phone = ‘$_REQUEST[stud_phone]’

Where

stud_cpr = ‘$_REQUEST[stud_cpr]’ ” ;

$sql= “update Student Set

stud_cpr = ‘$_REQUEST[stud_cpr]’

Where

stud_cpr = ‘$_REQUEST[stud_cpr]’ ” ;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

اكتب جملة الاستعلام

لادراج بيانات طالبة جديدة

في جدول

Student

حيث ان المطلوب ادخال

الرقم الشخصي

stud_CPR

اسم الطالبة

stud_name

$sql= “insert into student

Values (

‘$_REQUEST[stud_CPR]’;

‘$_REQUEST[stud_name]’)”;

$sql= “insert into student

Values (

‘$_REQUEST[stud_CPR]’,

‘$_REQUEST[stud_name]’)”;

$sql=insert into student

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

كيف يمكن تحديث سجل في جدول

clubs

select * from clubs

delete from clubs

update clubs

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ما هو متغير جملة الاتصال

$sql

action

$con

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ما هو الرمز الصحيح لانهاء جملة

php

.

نقطة

;

فاصلة منقوطه

,

فاصلة

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?