In SQL, an empty string is a string with zero characters. It is distinct from a `NULL` value, which represents a missing or unknown value.
There are a few ways to check if a string is empty in SQL. One way is to use the `LEN()` function. The `LEN()` function returns the number of characters in a string. If the `LEN()` function returns 0, then the string is empty.