AI Coder
AI
Code Editor
Show Output
/* Create table users with these fields then execute this query This syntax is Web SQL specific */ INSERT INTO users (name, birth_date, created_at) VALUES ('Bilbo Baggins', '1998-04-16', datetime('now'));
Output Preview