what are wild cards used in database for pattern matching ? : Sql dba



what are wild cards used in database for pattern matching ? : Sql dba..

Answer / Siddhartha Kumar Prasad

Wildcards in databases are special characters used to represent multiple or unknown values when querying data. The most common wildcards are the percent sign (%) and underscore (_). The percent sign represents any sequence of characters, while the underscore represents a single character.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Explain what is a view?

1 Answers  


what is global variable in package

3 Answers   Polaris,


What is t-sql? : Transact sql

1 Answers  


Is it possible to read/write files to-and-from PL/SQL?

1 Answers  


Where is sql database stored?

1 Answers  


Types of indexes. What is the default key created when a primary key is created in a table ?

5 Answers   TCS,


What are the subsets of sql?

1 Answers  


What are the syntax and use of the coalesce function?

1 Answers  


What are secondary keys?

1 Answers  


what are integrity rules?

1 Answers  


What is materialized view in sql?

1 Answers  


What is the difference between microsoft access and sql server?

1 Answers  


Categories