Running and executing SQL & code cells
Introduction to DataLab
SQL and Code cells
SQL cells:

- Execute database queries directly
- Interact with structured data using SQL syntax
Code cells:

- Write and execute Python or R code
- Perform calculations, data manipulation, and integrate with SQL results
Choosing a coding language
Executing cells example
Cells run in order

Cells run out of order

Key takeaways
- SQL cells are used for database queries, while Code cells handle Python or R logic
- Cells execute in order, building on outputs from previous cells
- We can monitor execution using status indicators and queues
Let's practice!
Introduction to DataLab
Preparing Video For Download...