Discussion about SQL queries

How a sql query can be complicated ?

How a sql query can be complicated ?

by Nasrin Borsha -
Number of replies: 0

ID: 182-15-2133

complicated SQL is known as complex SQL queries.SQL queries can extend to any complexity with additional clauses, UNION, and so on,that means if our query becomes longer than other query that can be complicated query.we can make a query that is many pages long. There are also stored procedures and triggers in most implementations of SQL, which introduces functions, conditionals, loops, variables, exception handling, packages, etc.