Write a SQL query to identify gaps in a sequence of IDs.
Use the sequence_records table. Treat the complete sequence as every integer from the minimum non-null ID through the maximum non-null ID, inclusive. Ignore null IDs.
missing_id.missing_id in ascending order.| Column | Type | Description |
|---|---|---|
| record_keyPK | INT | Unique row identifier |
| sequence_id | INT | Integer ID whose sequence is being checked |