/Filtered-Student-Information

This SQL query returns the last name, first name, student ID, and class ID of students with the first name 'Thomas' who are enrolled in 'COMPSCI101'. It filters results based on these conditions using a WHERE clause.

Primary LanguagePLpgSQL

Watchers