Query all columns (attributes) for every row in the CITY table.
Input Format
The CITY table is described as follows:
Solution:-
Language: Oracle
Query all columns (attributes) for every row in the CITY table.
Input Format
The CITY table is described as follows:
SELECT * FROM CITY;
0 Comments