📚 Practice Mode

IMS Database and Oracle SQL Functions

Learn at your own pace with hints and detailed explanations

1 / 19
Multiple Choice

what does the query select * from table_abc where column_xyz like '%oracle%'

  1. selects all the rows from the table having the column_xyz value starting with the word oracle
  2. selects all the rows from the table having the column_xyz value ending with the word oracle
  3. selects all the rows from the table having the column_xyz value containing the word oracle
  4. selects all the rows from the table having the column_xyz value not containing the word oracle