Monday, April 18, 2016

SQL : Asterisk (*)

Asterisk (*)

You can display all columns of data in a table by following the SELECT keyword with an
asterisk (*).

Example:  The below example displays all the rows and columns in a table called departements.


SELECT * FROM departments;

Featured Post

Will the data from Oracle Database be lost after formatting the system in which it is installed?

So Someone asked me a question,  Will the data from Oracle Database be lost after formatting the system in which it is installed? Since the ...

Popular Posts