Computer Science, asked by ukandode, 1 day ago

the select statement used to retrieve all the columns in a table is​

Answers

Answered by kamanasri
0

Answer:

To retrieve all columns, use the wild card * (an asterisk). The FROM clause specifies one or more tables to be queried. Use a comma and space between table names when specifying multiple tables. The WHERE clause selects only the rows in which the specified column contains the specified value.

Similar questions