A table has records (rows) and fields (columns). Fields have different types of data, such as text, numbers, dates, and hyperlinks. A record: Contains specific data, like information about a particular employee or a product.
Shathana. S.R. Answered question July 4, 2023
In SQL, a table represents a collection of structured data organized in rows and columns. It is used to store and manage related data. Fields, also known as columns, are specific pieces of information associated with the data stored in a table. Each field defines the type of data it can store, such as numbers or text. Tables and fields together form the structure of a database, enabling data storage, retrieval, and manipulation through SQL commands.
Riya Answered question July 3, 2023
