InterviewSolution
Saved Bookmarks
| 1. |
Consider the following querySELECT name FROM class WHERE subject LIKE'_ Computer Science', Which symbol has to be added into the blank space to select the subject which has Computer Science as its ending string? |
|
Answer» %% - The percent sign REPRESENTS ZERO, one, or multiple characters _ - The underscore represents a single CHARACTER**Please follow me and mark this ans as Branliest answer.Thank you! |
|