Modules
Data Analyst
Data Engineer
Product Data Scientist
AI Engineer
Machine Learning Engineer
Prompt Engineer
Now using the same employees table, I want you to only get me the names of these employees (i.e their first and last name)
Write a SQL query to do that!
| first_name | last_name |
|---|---|
| Emily | Johnson |
| Arjun | Kumar |
| Sofia | Martinez |
Now using the same employees table, I want you to only get me the names of these employees (i.e their first and last name)
Write a SQL query to do that!
| first_name | last_name |
|---|---|
| Emily | Johnson |
| Arjun | Kumar |
| Sofia | Martinez |