DB Quacks SQL Tutorial · Chapter 7

The Lord of the Strings: Full-Text Search

Librarian duck appears surrounded by floating books. Welcome to the Great Library! Im the Keeper of All Text. Thousands of duck diaries need searching - find entries mentioning migration or flying south using full-text search extension! Were looking for any references to migration patterns or flying behavior.

Your task

Search the duck_diaries table for entries containing migration-related keywords (migration or flying) using the full-text search index. The index name is `fts_main_duck_diaries`. You will be performing text search on diary entries.

Start level 37 →

DuckDB docs for this lesson