استعلامات SQL الأساسية
30 Questions
1 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

ما هو الغرض من استخدام جملة SELECT في استعلامات SQL؟

  • استرجاع بيانات معينة من جدول (correct)
  • حذف سجلات من القاعدة
  • تحديث بيانات موجودة
  • إضافة سجلات جديدة إلى القاعدة
  • ما هو الشرط المستخدم في المثال لتصفية النتائج؟

  • First_Name = 'Mary' (correct)
  • Last_Name = 'Smith'
  • Email LIKE '%example.com%'
  • Phone_Number IS NOT NULL
  • ما الذي ينبغي أن يتحقق عند استخدام عبارة WHERE في استعلام SQL؟

  • تستخدم لتحديد الشروط لتصفية البيانات (correct)
  • يمكن استخدامها فقط مع جملة INSERT
  • يمكن تطبيقها فقط على الأنواع الرقمية
  • يجب أن تحتوي على عمود واحد فقط
  • ما هو نوع الجملة التي يتم تمثيلها بكود SQL المقدّم؟

    <p>DML</p> Signup and view all the answers

    ماذا يحدث إذا كانت هناك سجلات متعددة تحمل الاسم الأول 'Mary' في الجدول؟

    <p>ستظهر جميع السجلات التي تحمل الاسم الأول 'Mary'</p> Signup and view all the answers

    ما هي وظيفة الأمر SELECT في SQL؟

    <p>سحب أو استرجاع البيانات من قاعدة البيانات</p> Signup and view all the answers

    أي من العبارات التالية تعبر عن مبدأ العمل الأساسي في SQL؟

    <p>استرجاع البيانات باستخدام شروط محددة</p> Signup and view all the answers

    ما هو السياق الأكثر شيوعًا لاستخدام SQL؟

    <p>إدارة قواعد البيانات</p> Signup and view all the answers

    ماذا يعني استخدام الأمر SELECT في SQL؟

    <p>استرجاع مجموعة بيانات معينة</p> Signup and view all the answers

    ما هو مفهوم 'الاستعلام' في سياق SQL؟

    <p>طلب استرجاع أو تعديل البيانات</p> Signup and view all the answers

    ما الهدف من استخدام خط لكل عبارة في SQL؟

    <p>لتحسين قابلية القراءة</p> Signup and view all the answers

    ما الذي يجب إضافته في نهاية كل عبارة SELECT؟

    <p>فاصلة منقوطة (;)</p> Signup and view all the answers

    كيف يؤثر استخدام خط لكل عبارة في SQL على الآخرين؟

    <p>يسهل فهم الأوامر</p> Signup and view all the answers

    إذا لم تنتهي عبارة SELECT بفاصلة منقوطة، فما الذي قد يحدث؟

    <p>خطأ في بناء الجملة</p> Signup and view all the answers

    ما هو الانطباع العام من استخدام شكل نظيف لكتابة SQL؟

    <p>تحسين الصيانة والتعديل</p> Signup and view all the answers

    ما هو الشكل الصحيح لاختيار المعرفات التي تحتوي على مسافات أو أحرف خاصة؟

    <p>يجب إغلاقها بين أقواس مربعة</p> Signup and view all the answers

    ما هو المحتوى الرئيسي للعبارة SELECT في قاعدة بيانات؟

    <p>تحديد عرفين فقط</p> Signup and view all the answers

    أي من الخيارات التالية هو مثال صحيح لمعّرف يتضمن أحرف خاصة؟

    <p>[<a href="mailto:[email protected]">[email protected]</a>]</p> Signup and view all the answers

    في عبارة SELECT، إذا كان المعرف يحتوي على مسافة، ماذا يجب أن نفعل؟

    <p>نقوم بإغلاقه بين أقواس مربعة</p> Signup and view all the answers

    ما هي الكلمة الرئيسية المستخدمة في استعلام قاعدة البيانات لاختيار المعرفات؟

    <p>SELECT</p> Signup and view all the answers

    أي من العبارات التالية تصف بشكل صحيح وظيفة عبارة SQL؟

    <p>تستخدم لاسترجاع البيانات من قاعدة البيانات.</p> Signup and view all the answers

    ما هو الرمز الذي يتم استخدامه لإنهاء عبارة SQL؟

    <p>;</p> Signup and view all the answers

    ما الذي يميز عبارة SELECT في SQL عند استخدامها في Access؟

    <p>تستطيع إرجاع بيانات من جداول متعددة.</p> Signup and view all the answers

    ما الذي لا يمكن تحقيقه بعبارة SQL من نوع SELECT؟

    <p>تغيير الهيكل العام للجدول.</p> Signup and view all the answers

    ماذا يحدث عندما يتم تشغيل عبارة SQL صحيحة في برنامج Access؟

    <p>يتم استرجاع السجلات المتطابقة مع الشروط المحددة.</p> Signup and view all the answers

    ما هو المعنى الأساسي للجملة المذكورة في النص؟

    <p>يتناول تأثير الثقافة على السلوك.</p> Signup and view all the answers

    ما هي الأبعاد التي يُمكن أن تتأثر بالسلوك الإنساني حسب النص؟

    <p>كل الأبعاد المذكورة.</p> Signup and view all the answers

    كيف يتم التأكيد على أهمية التحليل الإحصائي في النص؟

    <p>يُعتبر أساسي لتفسير البيانات والأحداث.</p> Signup and view all the answers

    أي من الخيارات التالية قد تعبر عن هدف النص بشكل صحيح؟

    <p>استكشاف تأثيرات الحواجز الاجتماعية.</p> Signup and view all the answers

    ما هي النقطة الرئيسية التي يفترض أن يغطيها التحليل في النص؟

    <p>مقارنة الأنماط السلوكية المختلفة.</p> Signup and view all the answers

    Study Notes

    Access SQL: Basic Concepts and Terminology

    • SQL (Structured Query Language) is a computer language similar to English used to retrieve data from databases.
    • Understanding SQL helps create better queries and troubleshoot retrieval issues.
    • Essential SQL statements include: SELECT, FROM, WHERE, ORDER BY, GROUP BY, HAVING, and UNION.

    What is SQL?

    • SQL is a computer language used to work with sets of facts and relationships between them.
    • Relational database programs like Microsoft Access utilize SQL to manage data.
    • SQL is relatively easy to read and understand even for beginners.
    • SQL is an international standard recognized by hardware standards like ISO and ANSI.

    Using SQL for Data Retrieval

    • SQL is used to describe sets of data to answer specific questions, requiring correct syntax.
    • Syntax is a set of rules for combining language elements (e.g., based on English syntax in SQL).
    • Example: Retrieving last names where the first name is "Mary".
      SELECT Last_Name
      FROM Contacts
      WHERE First_Name = 'Mary';
      
    • Note: SQL is also used for creating and modifying database objects (like tables). Data Definition Language (DDL) is not covered in this section.

    SQL Statements and Their Functions

    • SQL statements are similar to parts of speech.
    • A table outlining common SQL statements and their actions is provided (SELECT, FROM, WHERE, ORDER BY, GROUP BY, HAVING).
    • SELECT: Retrieves specific fields.
    • FROM: Specifies the table(s) containing the fields.
    • WHERE: Filters records based on specific criteria.
    • ORDER BY: Sorts the results.
    • GROUP BY: Organizes results into summary groups (typically with aggregate functions).
    • HAVING: Filters the results from GROUP BY.

    SQL Terms

    • SQL uses terms comparable to parts of speech.
    • The table illustrates common SQL terms (identifier, operator, adverb, fixed, expression).
    • Identifier: Used to name database objects (e.g., table, field names).
    • Operator: Represents actions or modifies actions.
    • Fixed: Unchangeable values like numbers or NULL.
    • Expression: A combination of identifiers, operators, constants, and functions evaluating to a single value.

    Basic SQL Statements: SELECT, FROM, WHERE

    • Basic SQL statement structure:
      SELECT field_1
      FROM table_1
      WHERE criterion_1;
      
    • Access ignores line breaks in SQL statements.
    • Semicolons (;) end SELECT statements.

    Example in Access

    • An example SQL statement in Access displays how to get email and company, filtering by city "Seattle".
      SELECT Email address, Company
      FROM Contacts
      WHERE City = 'Seattle';
      

    SQL SELECT Phrase

    • The SELECT statement specifies which fields to retrieve.
    • Identifiers of fields should be enclosed in square brackets if they contain spaces.

    FROM Phrase

    • The FROM clause specifies the table where the data is retrieved from.

    WHERE Phrase

    • The WHERE clause adds filters to the query.

    Sort Results: ORDER BY

    • The ORDER BY clause is used to sort the query results.

    Summary Data Usage: GROUP BY and HAVING

    • Use aggregate functions (e.g., COUNT, AVG) for summaries in SELECT statements with GROUP BY.
    • GROUP BY groups data based on a field value.

    Determining Unused Fields in Aggregate Functions: GROUP BY Statement

    • A GROUP BY clause is typically used with aggregate functions.
    • If all fields are involved in aggregation, a GROUP BY clause is not needed.
    • The GROUP BY clause appears after the WHERE or FROM clause.

    Restrict Aggregate Values Using Group Criteria: HAVING Statement

    • Use HAVING to filter aggregated data based on criteria not used in the aggregation itself.
    • HAVING statements follow the WHERE or FROM clause.

    Combine Query Results: UNION

    • The UNION operator combines results from multiple SELECT statements.
    • The SELECT statements must have the same number and type fields.

    Example Combining Tables (Products and Services):

    • SQL example combining Products and Services tables using UNION ALL.

    Studying That Suits You

    Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

    Quiz Team

    Related Documents

    Description

    هذا الاختبار يختبر معرفتك بأساسيات استعلامات SQL، بما في ذلك استخدام جملة SELECT وأهمية الشروط في جملة WHERE. ستتعلم كيفية كتابة استعلامات فعالة في قواعد البيانات وفهم مبادئ العمل الأساسية في SQL.

    More Like This

    Use Quizgecko on...
    Browser
    Browser