Multiple choice technology databases Which is a major problem with SQL? SQL cannot support object-orientation The same query can be written in many ways, each with vastly different execution plans. SQL syntax is too difficult for non-computer professionals to use SQL creates excessive locks within the database Reveal answer Fill a bubble to check yourself B Correct answer Explanation SQL is non-procedural and declarative, meaning the optimizer decides how to execute queries. A major challenge is that the same logical query can be written in multiple ways, yielding different execution plans and performance profiles.