Multiple choice technology databases

SQL118 error means?

  1. Unknown or non-unique User or Role

  2. Cannot INSERT/UPDATE/DELETE on a read only table

  3. Row to DELETE not found

  4. Operation Disallowed by Operation Table

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

SQL118 indicates an unknown or non-unique user or role reference, meaning the database cannot identify a specific user or role, or the name provided matches multiple users/roles. This commonly occurs during permission operations, authentication, or when referencing users in SQL statements. Options B, C, and D refer to completely different database error scenarios.