DXC Technology Interview Question

If you see performance issues from a database query, how do you go about resolving the issue.

Interview Answer

Anonymous

Feb 8, 2018

Utilizing an explain plan, see places to optimize your query or potentially index certain tables within the database.

15