228k views
1 vote
It is not possible to apply field aliases to lookups

a) True
b) False

User Naixx
by
7.6k points

1 Answer

5 votes

Final answer:

Field aliases cannot be applied to lookups.

Step-by-step explanation:

Field aliases cannot be applied to lookups. When working with databases, a lookup is a reference to another table that allows you to retrieve additional information. Field aliases, on the other hand, are used to give a different name to a field in the query result. Since lookups are based on the actual field names in the referenced table, it is not possible to apply aliases to them.

User Julius Moshiro
by
6.9k points