DDL Commands"A3" 1 / 50 DDL command का execution speed? Slow Depends Fast (auto commit) Manual 2 / 50 DROP COLUMN करने पर dependent index? रहेगा Auto drop Hide Disable 3 / 50 ALTER TABLE RENAME TO का उपयोग? Column rename Table rename Database rename Schema rename 4 / 50 Materialized View क्या है? Virtual view Stored result view Temporary table Index 5 / 50 DROP VIEW का प्रभाव? Base table delete Only view delete Data delete D Index delete 6 / 50 VIEW में data store होता है? Depends Temporary नहीं हाँ 7 / 50 TRUNCATE TABLE को कौन-सा trigger fire करता है? DELETE trigger UPDATE trigger NONE INSERT trigger 8 / 50 कौन-सा DDL command reversible नहीं है? CREATE ALTER DROP सभी 9 / 50 UNIQUE constraint और UNIQUE index में अंतर? कोई अंतर नहीं Constraint logical rule है Index data delete करता है Index NULL allow नहीं करता 10 / 50 PRIMARY KEY internally क्या बनाता है? Unique Index Trigger View Sequence 11 / 50 ALTER TABLE DROP CONSTRAINT का प्रभाव? Data loss Structure change Index create Table delete 12 / 50 DEFAULT value कब assign होती है? INSERT के समय value न देने पर UPDATE के समय DELETE के समय SELECT के समय 13 / 50 CHECK constraint किस पर apply नहीं हो सकता? Column Table View Subquery 14 / 50 कौन-सा constraint table level पर ही define होता है? NOT NULL CHECK UNIQUE FOREIGN KEY 15 / 50 DROP TABLE CASCADE का अर्थ? Table सुरक्षित रहेगा Dependent objects भी हटेंगे Only data delete Only index delete 16 / 50 ALTER TABLE ADD CONSTRAINT का उपयोग? Constraint बाद में जोड़ना Column drop Data insert Table copy 17 / 50 ALTER TABLE MODIFY का उपयोग? Column delete Column datatype change Table rename Database delete 18 / 50 CREATE TABLE AS SELECT में कौन-सा constraint copy नहीं होता? NOT NULL PRIMARY KEY FOREIGN KEY DEFAULT 19 / 50 CREATE TABLE AS SELECT statement किस लिए प्रयोग होती है? Table copy structure only Table copy data only Table copy structure + data Table rename 20 / 50 कौन-सा constraint automatic index बनाता है? CHECK NOT NULL PRIMARY KEY DEFAULT 21 / 50 RESTRICT keyword का अर्थ? Force delete Prevent delete Auto delete Soft delete 22 / 50 CASCADE keyword का उपयोग? Data insert Dependent objects delete Backup Security 23 / 50 Identity column reset किस command से होता है? DELETE DROP TRUNCATE ALTER 24 / 50 TRUNCATE vs DELETE में कौन-सा सही है? DELETE faster TRUNCATE rollbackable TRUNCATE reset identity DELETE DDL है 25 / 50 DDL commands किस level पर काम करते हैं? Row level Column level Schema level User level 26 / 50 NOT NULL constraint किस level पर apply होती है? Column Database Table Schema 27 / 50 DEFAULT constraint का उपयोग? Duplicate रोकने NULL रोकने Default value देने Data check 28 / 50 CREATE SCHEMA का उपयोग? User create Logical container Table delete Data insert 29 / 50 Schema का सही अर्थ? Database data Database structure Table data Query result 30 / 50 VIEW creation auto commit करता है? Error Depends No Yes 31 / 50 DROP INDEX करने पर क्या प्रभाव? Performance slow Data delete Table delete Constraint remove 32 / 50 INDEX किस DDL command से बनता है? CREATE ALTER ADD INSERT 33 / 50 INDEX किस उद्देश्य से बनाया जाता है? Backup Data validation Faster retrieval Data security 34 / 50 VIEW किस command से हटाई जाती है? DELETE TRUNCATE DROP REMOVE 35 / 50 CREATE VIEW command किसे बनाता है? Physical table Virtual table Temporary table Index 36 / 50 RENAME command किस category में आता है? DML DDL TCL DCL 37 / 50 ALTER TABLE DROP COLUMN करने पर क्या होगा? Data delete Structure change Constraint remove सभी 38 / 50 Composite Primary Key का अर्थ? Multiple tables Multiple columns Multiple rows Multiple database 39 / 50 UNIQUE constraint में NULL values? Allowed (one) Not allowed Unlimited Depends 40 / 50 Primary Key में NULL values की संख्या? Unlimited 1 2 0 41 / 50 CHECK constraint में क्या allow नहीं है? Logical condition Comparison operator Subquery Relational operator 42 / 50 FOREIGN KEY constraint किस integrity को maintain करता है? Domain Entity Referential User 43 / 50 Table-level constraint कौन-सी होती है? NOT NULL CHECK UNIQUE FOREIGN KEY 44 / 50 CREATE TABLE के समय constraint define करने को क्या कहते हैं? Column level constraint Row constraint Schema constraint Database constraint 45 / 50 निम्न में से कौन-सा statement गलत है? TRUNCATE DDL है DELETE DML है DROP DML है ALTER DDL है 46 / 50 कौन-सा DDL command rollback support नहीं करता? DROP ALTER CREATE सभी 47 / 50 ALTER TABLE command का उपयोग नहीं किया जा सकता— Column add करने में Column delete करने में Table delete करने में Constraint add करने में 48 / 50 DROP TABLE command execute करने पर क्या हटता है? केवल data केवल structure data + structure + constraints केवल constraints 49 / 50 TRUNCATE command किस स्थिति में fail होता है? Table empty हो Foreign key reference हो Column NOT NULL हो Primary key हो 50 / 50 निम्न में से कौन-सा DDL Command implicit COMMIT करता है? DELETE UPDATE TRUNCATE SELECT Your score isThe average score is 0% 0% Restart quiz