SQL views are also known as

20232023

SQL views are also known as

  1. A.

    simple tables

  2. B.

    virtual tables

  3. C.

    complex tables

  4. D.

    More than one of the above

  5. E.

    None of the above

Attempted by 32 students.

Show answer & explanation

Correct answer: B

SQL views are known as virtual tables because they do not store data physically. Instead, they are logical representations of data from one or more base tables. When a query is executed on a view, the database engine retrieves data from the underlying tables. This makes views a powerful tool for simplifying complex queries and enhancing security by restricting access to specific data.

हिन्दी उत्तर: SQL व्यूज़ को आभासी तालिकाएँ कहा जाता है क्योंकि वे भौतिक रूप से डेटा संग्रहीत नहीं करती हैं। बल्कि, वे एक या अधिक आधार तालिकाओं से डेटा का तार्किक प्रतिनिधित्व होती हैं। जब व्यू पर कोई प्रश्न निष्पादित किया जाता है, तो डेटाबेस इंजन आधार तालिकाओं से डेटा प्राप्त करता है। इससे व्यूज़ जटिल प्रश्नों को सरल बनाने और विशिष्ट डेटा तक पहुँच को सीमित करके सुरक्षा में सुधार करने के लिए एक शक्तिशाली उपकरण बन जाती हैं।

Explore the full course: Niacl Ao It Specialist