- Which of the following is a correct description of a table in NAV 2017? Choose two:
a) A NAV table is the definition of data structure
b) A NAV table includes a built-in data entry page
c) A NAV table can contain C/AL code but that should be avoided
d) A NAV table should implement many of the business rules of a system
- All primary keys should contain only one data field. True or false?
- It is possible to link a NAV table to a table outside of the NAV database using what property? Choose one:
a) DatabaseLink
b) ObjectPointer
c) LinkedObject
d) C# Codelet
- System tables cannot be modified. True or false?
- Which of the following are table triggers? Choose two:
a) OnInsert
b) OnChange
c) OnNewKey
d) OnRename
- Keys can be enabled or disabled in executable code. True or false?
- Because Setup tables on contain one record, they do not need to have a primary key. True or false?
- Table numbers intended to...