...
Suppose a database contains user names and passwords used to authenticate users of the system. The user names have a string size limit of 8. The passwords have a size limit of 20. A SQL command to authenticate a user might take the following form:
...