Respuesta :

fichoh

When querying a list or table, the use of wildcard symbols maybe used to optimize the search result. The words D*n will return First names which starts with D and ends with n.

  • The (*) denotes that the search returns any values or alphabets inbetween D and n.

  • Names such as Dean, Don, Drezn and other rated names would be included in the returned query.

Therefore, the returned query would include names starting with the letter D and ends with the letter n.

Learn more : https://brainly.com/question/25586700

ACCESS MORE
EDU ACCESS