SQL Functions and Techniques Every Data Person Should Know
Published in
8 min readJan 19
--
Writing SQL queries that don’t utilize database features can cost developers a lot. The cost varies from spending more time writing tedious long queries or having a tech debt later on to debug the performance issue coming from the database server.
PostgreSQL has features that help you select data efficiently. These features can also help minimize the lines you…