To write this in relational algebra how do I specify the DISTINCT
keyword?
SELECT DISTINCT FacultyName from Faculty;
To write this in relational algebra how do I specify the DISTINCT
keyword?
SELECT DISTINCT FacultyName from Faculty;
In a relational model, relationships are sets of tuples that, by definition, do not contain "duplicate" records.