SQL
x
-- https://www.mediawiki.org/wiki/Wikibase/Schema/wb_terms
-- SELECT COUNT(*) AS cnt FROM wb_terms WHERE term_language='en' AND term_type='label';
SELECT * FROM wb_terms WHERE term_language='de' AND term_type='description' AND term_search_key REGEXP '%Carambolage%';
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.