Employees Database

Reading about SQL is fun, but trying out live examples is even better! With Sqlime JavaScript widgets, you can turn static SQL code in your articles or blog posts into executable examples.

Here is a working example. Give it a try:

select * from employees
limit 5;

See documentation for details.