WHAT ARE A TABLE, COLUMN, AND RECORD?
Ans: Table: A Table is a database object that holds your data. It is made up of many columns. Each of these columns has a data type associated with it. Column: A column, referred to as an attribute, is similar to a field in the file system. Record: A row, usually referred to as tuple, is similar to record in the file system. 16. WHAT IS DIFFERENCE BETWEEN A PROCEDURAL LANGUAGE AND A NON-PROCEDURAL LANGUAGE? Ans: Procedural Language NON-Procedural Language A program in this implements a step-by-step algorithm to solve the problem.