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;
A blog on SQL , PLSQL , Linux concepts. Interview Questions from different companies. For suggestions and contributions, reach me at sivak36@gmail.com
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 ...