InterviewSolution
Saved Bookmarks
| 1. |
What is the importance of wild card characters in file management |
|
Answer» Wildcard characters, which can be used in SQL and other computer LANGUAGES, can shorten commands by INCLUDING a wide RANGE of ITEMS without having to mention every single item covered by the command. One scenario that calls for usage of a wildcard character is when you want to search for a SET of similar filenames at a Windows command prompt. |
|