Example

```language query_name
  content
```

Define a SQL query

```sql electronics_orders
  SELECT * FROM demo_daily_orders WHERE category = 'Electronics'
```

<!-- Use the query in other components -->
{% table data="electronics_orders" /%}

Attributes

language
String
The language of the code block
content
String
The content of the code block
meta
String
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.
width
Number
Set the width of this component (in percent) relative to the page width