How would you write the SELECT statement in a longer query if you wanted to concatenate the

Question:

How would you write the SELECT statement in a longer query if you wanted to concatenate the first and last name of the instructors and display that as InstructorFullName?

a. SELECT InstructorFirstName, InstructorLastName AS InstructorFullName

b. SELECT InstructorFirstName & " " & InstructorLastName AS InstructorFullName

c. SELECT InstructorFirstName AND InstructorLastName AS InstructorFullName

d. SELECT InstructorFirstName, InstructorLastName SUBSTITUTE InstructorFullNameInstructoriD InstructorLastName InstructorFirstName InstructorStreetAddress InstructorCity InstructorState

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question

Concepts Of Database Management

ISBN: 9780357422083

10th Edition

Authors: Lisa Friedrichsen, Lisa Ruffolo, Ellen Monk, Joy L. Starks, Philip J. Pratt

Question Posted: