Skip to main content
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more. View results.

All Questions

Tagged with
Filter by
Sorted by
Tagged with
2 votes
2 answers
105 views

Query of users for some age, gender, and state, using a subselect

I have this query: ...
user2907171's user avatar
6 votes
1 answer
3k views

Schema for Google Docs-like sharing

I want to allow users to share documents (and other stuff) in a database-driven application. I have designed the following schema to allow for this (PostgreSQL). Some of the tables like ...