Core concepts, definitions, basic syntax, and first principles expected in round 1 screening.
PRIMARY KEY creates a unique B-tree index + NOT NULL implicitly.SERIAL legacy pseudo-type creating sequence default; GENERATED ALWAYS AS IDENTITY SQL-standard preferred (protects against manual id inserts).WHERE col <> 'x' excludes NULLs!) — explicit IS NULL/IS NOT NULL required.COALESCE(a,b,c) first non-null; NULLIF(a,b) returns null when equal (divide-by-zero guard pattern).You've completed the 5 free sample questions. Get unrestricted lifetime access to every question, model answer, implementation challenge, and all 27+ technologies for a single payment.
₹399 India / $9 International · One-time settlement · Zero subscription