answersLogoWhite

0

select query

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

A database object that retrieves specific data from one of more tables is a what?

A database object that retrieves specific data from one or more tables is called a query. Queries are used to extract information from databases based on specified criteria and are essential for data manipulation and reporting purposes.


What is database object that retrieves specific data from one or more tables and then displays only the data you specified?

Query


A database object that retrieves specific data from one or more tables and then displays the specified data in Datasheet view is a?

Query


What database object allows you to select specific information from one or many tables?

You are referring to the Microsoft Access Database. This allows you the ability to select specific information from one or many tables.


Is a request for specific data from a database?

A request for specific data from a database typically involves querying the database using a structured query language (SQL) statement. This query specifies the criteria for the data needed and retrieves the requested information from the database tables. The result of the query is usually returned as a dataset that fulfills the requested criteria.


What are the four database object?

Tables, Forms, Queries and Reports.


Information is stored in what type of object in a database?

table


What is the row in a database?

In a database, a row is a single record or entry that contains information organized in fields or columns. Each row represents a unique set of data related to a specific entity or object in the database tables.


Is a data table the same as a database?

No. A table is the primary object used within a database to store data. A typical database will consist of many tables.


How does a database store data about its tables?

A database is used to store data in its tables by a specified number of rows and columns. Each database also uses specific cells, foreign keys, and unique keys.


What is the difference between database and table?

A table is an object inside a database. A database has tables of data, views, indexes and programs. A database can have 10 or thousands of tables. More specifically, a table is a collection (rows) of data on a single related topic. For example, the Employees table would have employee data, each row being a different employee, but it would not have Inventory data. That would be in the Inventory table. A database is a collection of objects, primarily tables, but also indexes to help search the tables, views that filter, select and combine the data in the tables, and stored procedures (pre-defined programs that perform specific actions on the database).


Does an object oriented database store data in tables?

No, object-oriented databases do not store data in tables like relational databases. Instead, they store data as objects that have attributes and methods associated with them. Objects in an object-oriented database can also have relationships with other objects, making it a more flexible way to store and access data.