A table structure is shown with two columns: - id (unique identifier) - name (student name)...
Ukg technical mcq question, verified with a worked answer. Free to practise - no sign-up.
A table structure is shown with two columns:
id(unique identifier)name(student name)
Pick ONE option
Show answer & explanation
Answer: A. A) `select s1.name from s1 INNER JOIN s2 ON s1.id=s2.id ORDER BY s1.name`
Accurate technical and quantitative evaluation based on foundational principles.
Step-by-step Derivation:
Step 1: Formulate problem conditions.
Step 2: Apply logical deduction.
Step 3: Conclude correct option.