Question
Download Solution PDFउन तालिकाओं (टेबल्स) के नामों को, जिन्हें एक उपयोगकर्ता (यूजर) एक्सेस कर सकता है अथवा उसने उन्हें बनाया है, निम्न SQL क्वेरी से प्रकाशित (डिसप्ले) किया जा सकता है:
Answer (Detailed Solution Below)
SELECT table_name
FROM User_tables;
Detailed Solution
Download Solution PDFSQL में तालिकाओं को सूचीबद्ध करने के लिए क्वेरी सिंटैक्स
- वर्तमान उपयोगकर्ता (यूजर) के स्वामित्व वाली सभी तालिकाएँ दिखाएं
SELECT table_name FROM user_tables;
- वर्तमान डेटाबेस में सभी तालिकाओं को दिखाएं
SELECT table_name FROM dba_tables;
- सभी तालिकाएं दिखाएं जो वर्तमान उपयोगकर्ता (यूजर) द्वारा अभिगम्य हैं
SELECT table_name FROM all_tables;
इसलिए, सही उत्तर विकल्प 1 है
Last updated on Jun 6, 2025
-> The HTET TGT Applciation Portal will reopen on 1st June 2025 and close on 5th June 2025.
-> HTET Exam Date is out. HTET TGT Exam will be conducted on 26th and 27th July 2025
-> Candidates with a bachelor's degree and B.Ed. or equivalent qualification can apply for this recruitment.
-> The validity duration of certificates pertaining to passing Haryana TET has been extended for a lifetime.
-> Enhance your exam preparation with the HTET Previous Year Papers.