
You are given Ati financial data that appears incomplete or inconsistent across related tables. Explain how you would use SQL to investigate missing joins, NULL-heavy fields, duplicate records, and conflicting values before producing a final reporting dataset.
Using LEFT JOINs to find unmatched recordsUsing aggregations to profile and reconcile dataUsing CASE WHEN to classify anomaliesExplaining when to filter, flag, impute, or escalate issuesKeep the answer SQL-first and practical. The interviewer is looking for a structured workflow, not just a list of generic data quality problems.