Developer Academy

SQL

Drills ( ) , = _

Type it exactly as written, including indentation and line breaks. Press Enter at the end of each line.

0wpm
100% acc
0:00Time
INSERT INTO key_performance (profile_id, key_char, attempts, correct) VALUES (?, ?, ?, ?) ON CONFLICT(profile_id, key_char) DO UPDATE SET attempts = key_performance.attempts + excluded.attempts, correct = key_performance.correct + excluded.correct;

Just start typing.Tabrestarts