
Learn core concepts, essential formulas, and attempt practice questions designed on the latest TCS NQT testing patterns.
Which SQL command is used to select unique values?
Correct Answer: A) SELECT DISTINCT
Step-by-step Solution: The DISTINCT keyword is used to return only distinct (different) values.
Can a Primary Key contain NULL values?
Correct Answer: A) No, never
Step-by-step Solution: Primary keys have a strict NOT NULL constraint to ensure every row is uniquely identifiable.
DBMS index properties and normalizations are heavily tested in computer science rounds.