× Didn't find what you were looking for? Ask a question
Top Posters
Since Sunday
w
5
a
3
j
2
a
2
t
2
u
2
r
2
j
2
j
2
l
2
d
2
y
2
New Topic  
riz riz
wrote...
Posts: 694
Rep: 0 0
6 years ago
Based upon the contents of the ORDERS table, which of the following will display the shipping location as: Shipcity, Shipstate Shipzip
 a. SELECT INITIALCAP(CONCAT(shipcity, shipstate, shipzip))FROM orders;
  b. SELECT INITCAP(CONCAT(shipcity, CONCAT(', ', CONCAT(shipstate,CONCAT(' ', shipzip)))))FROM orders;
  c. SELECT INITCAP((CONCAT(shipcity, shipstate, shipzip))FROM orders;
  d. SELECT INITCAP(CONCAT(shipcity, CONCAT(', ', CONCAT(shipstate,CONCAT(' ', CONCAT(shipzip))))))FROM orders;
Read 62 times
1 Reply
Replies
Answer verified by a subject expert
unique101unique101
wrote...
Top Poster
Posts: 917
Rep: 5 0
6 years ago
Sign in or Sign up in seconds to unlock everything for free
1

Related Topics

riz Author
wrote...

6 years ago
Thanks
wrote...

Yesterday
Helped a lot
wrote...

2 hours ago
Brilliant
New Topic      
Explore
Post your homework questions and get free online help from our incredible volunteers
  1794 People Browsing
Related Images
  
 2246
  
 418
  
 336
Your Opinion
What's your favorite math subject?
Votes: 559