Challenge: Assign Default Bonuses
Compito
Swipe to start coding
Write a query to display all columns from the employees table, but replace any NULL values in the bonus column with 500.
- Select all columns from the
employeestable. - Replace any
NULLvalue in thebonuscolumn with500. - Name the resulting column for bonus as
bonus.
Soluzione
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 5. Capitolo 2
single
Chieda ad AI
Chieda ad AI
Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione
Suggested prompts:
Can you explain this in simpler terms?
What are the main points I should remember?
Can you give me an example?
Fantastico!
Completion tasso migliorato a 2.86
Challenge: Assign Default Bonuses
Scorri per mostrare il menu
Compito
Swipe to start coding
Write a query to display all columns from the employees table, but replace any NULL values in the bonus column with 500.
- Select all columns from the
employeestable. - Replace any
NULLvalue in thebonuscolumn with500. - Name the resulting column for bonus as
bonus.
Soluzione
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 5. Capitolo 2
single