Contoh permintaan database

SELECT
	company_id,
	units,
	unit_cost
FROM
	index_test
WHERE
	company_id = 18
Helpless Hornet