Course Hub
0% Completed

Preview insert Ravi

Beginner
Description

Insert a new employee: (7, 'Ravi', 'IT', 58000).

Mission:Practice core SQL concepts for this chapter.
Investigation:Insert a new employee: (7, 'Ravi', 'IT', 58000).
Expected Outcome:Return the correct result set.
Concept tags:
#INSERT#UPDATE#DELETE
Estimated: 3 minDifficulty: Beginner
Database Schema
Relationships
No relationships documented.
Tables
employees
idnamedepartmentsalary
Monaco SQL EditorBeginner3m
Loading...
SCAN
FILTER
GROUP
SORT
RESULT
Pipeline elapsed: 0ms
Shortcuts: Ctrl/Cmd+Enter run, Ctrl/Cmd+/ comment, Ctrl/Cmd+Shift+F format
#INSERT#UPDATE#DELETE
Result Summary
Expected: 1
Actual: 0
Needs update
Smart Hint: You returned fewer rows. Check JOIN/WHERE.
Progressive Hints
Hint 1: Follow the prompt carefully.
Run a query to see results.
Tip: Explore table previews first to understand data relationships.