Computer Science, asked by TbiaSamishta, 1 year ago

Which of the following operator is used as wild card character in Base? (a) & (b) + (c) - (d) *

Answers

Answered by hammadou
0

The operator used as wild card character in Base is (d)*

Answered by Secondman
0

"Option (d) *. The wild card operator that is used in Base is *.

This '* ' can be used in the place of actual field names of the columns in the table and it can represent every field rather than one.

For example, select * from tablename; here the * sign refers to the all the columns in the table. Hence the sign * is treated as the wild card in Base."

Similar questions