Author | Message |
---|---|
shreyas.darwhatkar@hotmail.com
Posts: 9
|
Posted 11:07 Nov 09, 2015 |
Hi Professor, In question 1 "select * from tbl where col=1", so with this query you want us to return all columns with all rows or only first column with all rows. |
cysun
Posts: 2935
|
Posted 15:34 Nov 09, 2015 |
* means all columns. |