How would you direct the DatePart function to display only the year of a field named BirthDate?

What will be an ideal response?

DatePart("yyyy", BirthDate)

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a) When you sign up for Windows Azure, you get your own storage account. b) Each Windows Azure storage account is currently limited to a maximum of 100 Gigabytes of data across all three storage services. c) The Windows Azure development storage account allows you to locally test your apps that use Windows Azure Storage services before attaching them to a paid Azure account. d) You specify the Windows Azure storage account in an app with an instance of class CloudStorageAccount (namespace Microsoft.WindowsAzure.Storage).

Computer Science & Information Technology

Composition is sometimes referred to as a(n) ________.

a. is-a relationship b. has-a relationship c. many-to-one relationship d. one-to-many relationship

Computer Science & Information Technology