Discussion about SQL queries

How a SQL query can be complicated?

Re: How a SQL query can be complicated?

by Omar Faruk (181-15-2026) -
Number of replies: 0

SQL queries can extend to any complexity with additional clauses, subqueries, UNION, and so on. You can (in theory) make a query that is many pages long.