Why do normalized tables need more complex SQL

Why do normalized tables need more complex SQL when SQL statements are employed in application programs?

E

Expert

Verified

Tables which are normalized contain data which has been distributed among the tables; however which might need to be recombined to answer queries from an application. To reunite the data, the programmer will have to employ sub queries and or unites. Such SQL structures are more complex to write than a simple SELECT statement.

   Related Questions in Database Management System

©TutorsGlobe All rights reserved 2022-2023.