Manage notebook cells
A notebook cell is the basic component for building content in a notebook. By adding cells to a notebook, you can create and organize your content. Different types of cells support different operations and features. This topic describes the use cases for each cell type and how to manage them.
Background information
For details about the Markdown syntax supported in Markdown cells, see https://www.markdownguide.org/extended-syntax/ and https://www.markdownguide.org/basic-syntax/.
The following syntax is not yet supported:
HTML
Definition Lists
Emoji
Highlight
Subscript
Superscript
Markdown cell
A Markdown cell allows you to add text content to your notebook by using standard Markdown syntax.

Area | Description |
① action bar | After you select a Markdown cell, you can manage it from the action bar. The available operations include switching the cell type, adding a cell below the current one, copying the cell, moving the cell up or down, and deleting the cell.
|
② editing area | In the editing area, you can write content for your notebook by using Markdown syntax. For more information, see Markdown syntax. |
SQL cell
An SQL cell allows you to add and run SQL code for a compute engine in your notebook.

Area | Description |
① action bar | After you select an SQL cell, you can manage it from the action bar. The available operations include running SQL code, enabling Query Acceleration, collapsing the cell, formatting SQL, switching the cell type, adding a cell, copying the cell, moving the cell, and deleting the cell.
|
② editing area | You can write SQL code for the compute engine in the editing area. |
Database SQL cell
A database SQL cell allows you to add and run database SQL code in your notebook.

Area | Description |
① action bar | After you select a database SQL cell, you can manage it from the action bar. The available operations include running database SQL code, collapsing the cell, formatting SQL, switching the cell type, adding a cell, copying the cell, moving the cell, and deleting the cell.
|
② editing area | You can write database SQL code in the editing area. After you finish editing the database SQL code and click Run, the system parses the code to verify the current user's permissions for all objects. If the permission check fails, a dialog box appears listing the objects for which you lack permissions. The permission check failure dialog box displays the object name, object type, permission type, and available operations.
|