Biology Forums - Study Force

Other Fields Homework Help Management Topic started by: EnS0urce on Jan 31, 2018



Title: Which of the following SQL statements will return an error message, based upon the contents of the ...
Post by: EnS0urce on Jan 31, 2018
Which of the following SQL statements will return an error message, based upon the contents of the CUSTOMERS table?
 a. SELECT CONCAT(firstname, lastname) FROM customers;
  b. SELECT INITCAP(lastname), INITCAP(firstname) FROM customers;
   c. SELECT LENGTH(customer) FROM customers;
  d. none of the above


Title: Which of the following SQL statements will return an error message, based upon the contents of the ...
Post by: apugs211 on Jan 31, 2018
Content hidden


Title: Which of the following SQL statements will return an error message, based upon the contents of the ...
Post by: EnS0urce on Jan 31, 2018
Thanks a whole bunch