Homework #3 – CSc 134, Summer 2002, Prof

SQL statement elements do not distinguish case (Example: SELECT same as SElecT) LIKE is a string comparison operator, and string values are delimited by single quotes. Upper and lower case are significant in strings Ex: ‘this is a string constant in SQL’ A “*” in a SELECT clause represents (i.e., is an alias for) all columns of the table(s) ................
................