Manage notebook cells
Notebook cells are the building blocks of a notebook. Each cell type — Markdown, SQL, or database SQL — supports different operations and management options.
Supported Markdown syntax
Markdown cells support basic and extended Markdown syntax.
The following syntax is not yet supported:
-
HTML
-
Definition Lists
-
Emoji
-
Highlight
-
Subscript
-
Superscript
Markdown cell
Use Markdown cells to add text content with standard Markdown syntax.

|
Area |
Description |
|
① action bar |
Select a Markdown cell to access the following action bar operations:
|
|
② editing area |
Write notebook content in the editing area using Markdown syntax. |
SQL cell
Use SQL cells to write and run SQL code for a compute engine.

|
Area |
Description |
|
① action bar |
Select an SQL cell to access the following action bar operations:
|
|
② editing area |
You can write SQL code for the compute engine in the editing area. |
Database SQL cell
Use database SQL cells to write and run SQL code against a data source.

|
Area |
Description |
|
① action bar |
Select a database SQL cell to access the following action bar operations:
|
|
② editing area |
You can write database SQL code in the editing area. When you click Run, the system verifies your permissions for all referenced objects. If any check fails, a dialog box lists the objects you lack access to. The dialog box displays the following details:
|