In SQL, which expression will result into strings which are started with ' ab%cd'?
1) ab\%cd%
2) ab\\cd%
3) ab%%cd%
4) ab%cd
Answers
Answered by
3
In SQL, which expression will result into strings which are started with ' ab%cd'?
1) ab\%cd%
2) ab\\cd%
3) ab%%cd%
4) ab%cd
=> 1) ab\%cd%
Similar questions