answersLogoWhite

0

Making some guesses about what your question actually means, the command you're probably looking for is "select."

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

Which SQL statement is used to delete data from a database?

The SQL statement used to delete data from a database is DELETE FROM table_name WHERE condition;. This statement deletes rows from the specified table based on the condition provided. Make sure to use caution when using DELETE statements as they permanently remove data from the database.


Which SQL statement is used to update data in a database?

The SQL statement used to update data in a database is the "UPDATE" statement. It allows you to modify existing records in a table by specifying the column and value you want to update based on certain conditions. Additionally, you can use the "SET" keyword to assign new values to specific columns in the table.


Which sql statement is used to update data from a database?

The SQL statement used to update data in a database is the UPDATE statement. It allows you to modify existing records in a table by specifying the columns and values to be updated based on certain conditions.


What is a data table used for?

A data table is used to organize and display information that are gathered.


In VB.NET what method is used to modify a table?

SQL UPDATE statement is used to modify a record in a table.


What kind of table is used to organize data?

stem and leaf table


What table is used to group data into intervals?

Frequency Distribution Table


Which SQL statement is used to extract data from a database?

"SELECT" statement is used to extract the infromation from a database.


Sql command to retrive all data froma table?

The SQL command that can be used to retrieve all data from a table is the SELECT Ex: Let us say we have a table called employee_master which contains 3 columns emp_name, emp_number, date_of_joining you can retrieve all the data by using the below command SELECT * FROM employee_master or SELECT emp_name, emp_number, date_of_joining FROM employee_master


What is a frequency table used for?

To display data


Data organized to be accessed and used?

A storage device


What is an input form in Excel?

When data is in a table a form can be used to enter the data and it will add a new record to the table. This can be accessed from the Data menu or tabs.