60 Dawg
1. A flowchart is a diagrammatic representation of an algorithm. o True o False 2. In the relational model terminology, a row is called a ___________, a column an ___________, and a table a ________________. o attribute, relation, tuple o tuple, attribute, relation o attribute, tuple, relation o row, column, tuple 3. Which of the following code snippets add as a filegroup to an existing database, called EMP_DB? o ALTER DATABASE EMP_DB INSERT FILEGROUP FG_ReadOnly o ALTER DATABASE EMP_DB DELETE FILEGROUP FG_ReadOnly o ALTER DATABASE EMP_DB SELECT FILEGROUP FG_ReadOnly o ALTER DATABASE EMP_DB ADD FILEGROUP FG_ReadOnly 4. Bitwise l...