Answer :
On its queries, SQL supports the use of logical constraints like OR, AND, and NOT. When combined with the WHERE clause, special operators like LIKE, IN, and Is NULL are permissible in ANSI-standard SQL.
To identify patterns inside string properties, the conditional LIKE is combined with wildcard characters. When all the results' columns are identical, UNION eliminates duplicate records; UNION ALL does not. The number of rows to return is specified using the SELECT TOP clause. On huge tables with tens of thousands of records, the SELECT TOP clause is helpful. Any record in a subquery can be checked for existence using the EXISTS operator. If the subquery produces one or more records, the EXISTS operator returns TRUE.
Learn more about Constraint here-
https://brainly.com/question/28186654
#SPJ4