26. What does the following statement in SQL do? DROP TABLE student;SQL में निम्नलिखित कथन क्या करता है? DROP TABLE student; [NCVT Exam 24] (A) Check if there is a table called student जांचें कि क्या स्टूडेंट नाम की कोई टेबल है (B) Deletes only the records in a table called student केवल स्टूडेंट नाम के टेबल में रिकॉर्ड डिलीट करता है (C) Creates a table called student स्टूडेंट नामक एक टेबल बनाता है (D) Deletes a table called student स्टूडेंट नामक टेबल को डिलीट कर देता हैANSWER - DShow Answer
27. Which of the following is TRUE about DDL command?DDL कमांड के बारे में निम्नलिखित में से कौन सा सत्य है? [NCVT Exam 24] (A) Controls of the database system. डेटाबेस सिस्टम का कंट्रोल (B) Retrive data from the database डेटाबेस से डेटा पुनर्प्राप्त करें (C) Creation, deletion, and alteration क्रिएशन, डिलेशन, और अल्टरेशन (D) Inserting , modifying,deleting and viewing the records. रिकार्ड इन्सर्ट करना, मॉडिफाई करना, डिलीट करना और देखनाANSWER - CShow Answer
28. Which are TCL commands?TCL कमांड कौन से हैं? [NCVT Exam 24] (A) COMMIT and ROLLBACK (B) UPDATE and TRUNCATE (C) SELECT and INSERT (D) GRANT and REVOKEANSWER - AShow Answer
29. What does the following code snippet do?ALTER TABLE STUDENT ADD(ADDRESS VARCHAR2(20));निम्नलिखित कोड स्निपेट क्या करता है?ALTER TABLE STUDENT ADD(ADDRESS VARCHAR2(20)); [NCVT Exam 24] (A) Adds a column ADDRESS in the table (B) Adds records in a column ADDRESS in the table (C) Delete the column ADDRESS from the table (D) Invalid SyntaxANSWER - AShow Answer
30. Which database aspect preserves execution of translation in isolation?कौन सा डेटाबेस पहलू अनुवाद के निष्पादन को पृथक रूप से संरक्षित करता है? [NCVT Exam 24] (A) Durability (B) Atomicity (C) Integrity (D) ConsistencyANSWER - DShow Answer