So I'm very new to PostgreSQL (and SQL as a whole) and I'm trying to find a way to view all attributes of a table. For example, say you have a table called "movies", I would like to see what attributes it has (e.g. movie_name, release_year).
I'm sure there is a simple command for it, but I couldn't find it.
Thanks in advance for any help!