What does * mean in SQL?

VIJAY
1 min readDec 4, 2019

--

In Sql server
* means it reurns all the columns from table.
Example:-
Let assume you have Employee table and in this table you have 1000 records . So, If you write query “SELECT * FROM EMPLOYEE “

It will return all the column from EMPLOYEE table.

more

Originally published at https://sqlsensationforu.blogspot.com.

--

--

VIJAY

Enhance your programming skills with hands-on guidance and practical knowledge in areas like JavaScript, jQuery, and 3-layered architecture.