IMS Database and Oracle SQL Functions
Casual Mode - Take your time!
1 / 19
Correct
0
Incorrect
0
Score
0%
Multiple Choice
what does the query select * from table_abc where column_xyz like '%oracle%'
- selects all the rows from the table having the column_xyz value starting with the word oracle
- selects all the rows from the table having the column_xyz value ending with the word oracle
- selects all the rows from the table having the column_xyz value containing the word oracle
- selects all the rows from the table having the column_xyz value not containing the word oracle