```sql electronics_orders SELECT * FROM demo_daily_orders WHERE category = 'Electronics'```<!-- Use the query in other components -->{% table data="electronics_orders" /%}
Optional name for the code block. If provided and language is “sql”, this will register the query as an inline query that can be used by other components.