Introduction to SQL
Let the statementSELECT column1 FROM myTable;return 10 rows. The statementSELECT ALL column1 FROM myTable;will return

more than 10 rows
None of these
less than 10 rows
exactly 10 rows

ANSWER DOWNLOAD EXAMIANS APP

Introduction to SQL
A view is which of the following?

A virtual table that can be accessed via SQL commands
A base table that can be accessed via SQL commands
A virtual table that cannot be accessed via SQL commands
A base table that cannot be accessed via SQL commands

ANSWER DOWNLOAD EXAMIANS APP

Introduction to SQL
NULL is

the same as blank for character
the same as 0 for integer and blank for character
not a value
the same as 0 for integer

ANSWER DOWNLOAD EXAMIANS APP