answersLogoWhite

0

aga

A table means that it holds infomation and can be easily accessed!

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the term 'field' mean in databases?

"Field" equates to a column of a database table, the two terms are interchangeable.


What is a nonnast table?

A nonnast table is not a recognized table type or term in databases or computer science. It may be a misspelling or a term used in a specific context that is not widely known.


What does the term fields mean?

For databases, a field is another name for a column in the table. Each record (or row) represents an incidence of one or more fields, each with its own data.


What does the term database field mean?

For databases, a field is another name for a column in the table. Each record (or row) represents an incidence of one or more fields, each with its own data.


What does the term query mean in relation to databases?

Query is a thing you are searching for in the database.


What is the term crumbing down mean?

Using a small table cloth to remove crumbs from the table


What does the term open table mean in a restaurant?

An open table in a restaurant is a table that is not occupied. It is free to sit at for the next customer, or at the dispense of the restaurant.


What does boxing a table mean?

"Boxing a table" in the context of databases refers to enclosing a set of columns or rows within a bordered area for organizational or visual purposes. It helps in distinguishing a specific group of data from the rest of the table.


What does the term butterfly mean in regards to the sport of table tennis?

The term, "Butterfly", in regards to the sport of table tennis is the worlds most popular manufacturer of table tennis equipment. The Butterfly company makes paddles, nets, balls and table tennis tables.


What does sort mean in databases?

fuighf


What does the term foreign key mean in databases?

The foreign key is used as a reference in a table to the primary key of another table. For example: consider a table employee with id(primary key), name, address,department_id(foreign key) as its fields.Another table department with fields department_id(primary key) and dept_name. So, department_id is primary key in department table and foreign key in employee table.


What does the term sql outer join mean?

SQL is a special language for making queries to databases. An outer join is a special form of joining two tables within the database, when a SELECT query is made. In the outcome of the query you will find all selected entries from the so called "left table" (the table that was target of the select query) and only those entries from the "right table" (the one that is joined with the other) that fit a specified joining condition.