IFC05 SDM05B-37
Describe the process to evaluate query performance in a database.
Evaluate performance by checking if the query runs longer than expected, using an explain plan to understand execution, and looking for issues like full-table scans or missing indexes.