-- Online SQL Editor to Run SQL Online.
-- Use the editor to create new tables, insert data and all other SQL operations.
SELECT first_name, age
FROM Customers;
Online SQL Editor