About 28,600,000 results
Open links in new tab
  1. What is a Field? - Database.Guide

    May 28, 2016 · Fields get meaning from the application reading them — and may have several meanings depending on the apps. Fields are sequential within a record and do not have data types, constraints or defaults.

  2. sql - Database - (rows or records, columns or fields ... - Stack Overflow

    Feb 4, 2012 · Fields and columns are different, a field is the intersection of a row and a column. i.e. if your table has 10 rows and 10 columns, it has 100 fields. When you create a table using DDL statements , you define columns (metadata).

  3. Column vs Field: have I been using these terms incorrectly?

    In common use, and you can easily verify this by simply doing a bit of googling, Fields and columns are the same thing. PC Databases like DBase, Access and Filemaker typically use "field" instead of "column". "Attribute" is another term that can be used interchangeably.

  4. MySQL FIELD() Function - W3Schools

    The FIELD() function returns the index position of a value in a list of values. This function performs a case-insensitive search. Note: If the specified value is not found in the list of values, this function will return 0.

  5. Understanding the Building Blocks of SQL: Tables and Fields

    Jan 2, 2025 · What is a Field in SQL? A field in SQL is a single element or attribute of data in a table. It is also known as a column or attribute. Each field has a specific data type, such as integer, string, or date, and is used to store a specific type of data. For example, in a table called “employees,” the fields might include:

  6. What are Tables in SQL? Records and Fields Explained - Intellipaat

    Nov 19, 2024 · Fields in SQL. Fields are basically columns in a table with specific information about the data. Consider the snapshot below. There is an e_salary field in the table that provides information about the salaries of different employees. Similarly, the e_age field provides information about the age of different employees.

  7. What is a field in SQL, and how does it relate to a cell?

    In SQL (Structured Query Language), a "field" refers to a column in a database table. It represents a specific attribute or characteristic of the data being stored. Think of it as a category or type of information that you are tracking.

  8. Attributes, Fields, and Columns - Advanced SQL Puzzles

    Jun 23, 2023 · The term “field” is frequently used in the context of a single record; it refers to a single piece of data or information stored for a particular attribute in a record. For instance, in a Student record, the Student Name field could contain the value “John Doe”.

  9. What is field in a Database? - California Learning Resource Network

    Jan 18, 2025 · What is a Field in a Database? A field in a database is a single cell or a group of cells that stores a specific type of data. It is a fundamental concept in database design and is used to organize and manage data in a database. In this article, we will explore what a field is, its types, and its importance in database design. What is a Field?

  10. What Is A Field In A Database - Vector Linux

    Jan 12, 2025 · So, in conclusion, fields are the building blocks of a database, playing a pivotal role in organizing, storing, and retrieving data. Each field encapsulates a specific piece of information, and when these fields are harmoniously woven together, they form the …

  11. Some results have been removed
Refresh