WHERE keyword might be used to conditionally select data from a table. This condition can be a simple condition
or it can be a compound condition.Compound conditions are made up of multiple simple conditions connected by AND/OR. There is no limit to the number of conditions that can be present in a single SQL statement.
|