How to mark records

I have a large database of names of all graduates of a school. How do I mark the records if I only want to view only records of living graduates?

You need an identifier for “alive”. In your table you should insert a field “alive”.

Then mark all the members who are still alive. After that you can create a query.