Start with a feature
A database project is easier when you model one real feature, not a full app. Pick something a user can do and a recruiter can understand in 30 seconds.
Good examples: track mess payments, save internship applications, list hostel repair requests, manage club event registrations, or record UPI expense splits.
One idea
Model the data your feature must remember. Do not start with screens, buttons, or a full startup idea.
A table stores one kind of thing. A row stores one example of that thing. A column stores one fact about it.