LyraLearn AI Learning Platform
Exams
← Back to the lesson
Module 4 Β· Quiz

"LIKE, SELECT *, and Column Bloat"

1. What is the effect of using a leading-wildcard LIKE expression such as '%widget%'?
2. What are the potential downsides of using SELECT * in a SQL query?
3. Which of the following alternatives can improve the efficiency of a query that needs to filter on a column ending with a string, like '%abc'?
4. In context of handling duplicate results in SQL queries, what would be a better approach than using SELECT DISTINCT?