Get your own SQL server
SQL Statement:
SELECT * FROM cars;
SELECT
*
FROM
cars;
Result:
brand | model | year -------+-------+------ (0 rows)