All relational operations result in a ? {Ans: Table}Set {Ans: an unordered collection of elements enclosed in braces. Ex: {a, b, c}}Data Query Language (DQL) {Ans: retrieves data from the database.}Tuple {Ans: an ordered collection of elements enclosed in parentheses. Ex: (a, b, c)}Data Control Language (DCL) {Ans: controls database user access.}Data Definition Language (DDL) {Ans: defines the structure of the database.}A ____ has a name, a fixed tuple of columns, and a varying set of rows? {Ans: Table}A ____ has a name and a data type? {Ans: Column}