Articles tagged with: Databases

Book Review: System Design Interview

Summary: A review of the book 'System Design Interview - An Insider's Guide' by Alex Xu.


Book Review: Beginning Databases with PostgreSQL: From Novice to Professional

Summary: A review of the book 'Beginning Databases with PostgreSQL: From Novice to Professional', by Richard Stones and Neil Matthew.


Sometimes there is a shorter solution

Summary: The content discusses the tendency to settle for the first solution found, using a SQL example.


Selecting the Nth row from a SQL table

Summary: A guide on selecting the Nth row from a SQL table.