1.

Which of the following Oracle SQL statements can be used to select the name of customers who have no address ?1). SELECT NameFROM CustomersWHERE Address IS EMPTY;2). SELECT NameFROM CustomersWHERE Address IS NULL;3). SELECT NameFROM CustomersWHERE Address = NULL;4). SELECT NameFROM CustomersWHERE No Address:

Answer»


Discussion

No Comment Found

Related InterviewSolutions