1. Data Model

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/31

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:52 PM on 5/14/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

32 Terms

1
New cards

XML

In which format is the Data Model stored?

2
New cards

Contains attributes which only apply to the entity subtype.

Which of the following is a key aspect of an entity subtype

3
New cards

Inherits all the attributes defined at its supertype.

Which of the following is a key aspect of an entity subtype

4
New cards

An array is built with code and is not stored.

Which of the following is true about arrays?

5
New cards

The entity which represents the many-to-many must be Versionable.

Which of the following is true about many-to-many relationships?

6
New cards

eti

Entities are defined in which file type?

7
New cards

Added fields should always end with _Ext.

When extending entities, which statement is true?

8
New cards

Entity extensions are defined in etx files.

When extending entities, which statement is true?

9
New cards

When you install the application

In which circumstance would you execute the gwb genDataDictionary command?

10
New cards

When you extend the Data Model

In which circumstance would you execute the gwb genDataDictionary command?

11
New cards

When you modify system permissions

In which circumstance would you execute the gwb genDataDictionary command?

12
New cards

Subtypes are on the same page, so you can use the link or scroll to see them.

Select the correct statement about the Data Dictionary components:

13
New cards

The combined ETI and ETX fields in the data model are represented in a generated Java class that resides in the Application Server.

Which of the following statements about extensions are true?

14
New cards

The fields from both the ETI base file and the ETX extension file are combined to form the logical view of an entity.

Which of the following statements about extensions are true?

15
New cards

Use the base product data types shorttext, mediumtext, or longtext instead of varchar(##).

Which of the following statements about string data types are true?

16
New cards

Use the type varchar(##) for string data when a fixed width is required by an external system.

Which of the following statements about string data types are true?

17
New cards

The database table is generally named to match the extension entity name.

Which of the following statements about database table names for new data entities is true?

18
New cards

The database table name is all lower case with a prefix that ends in ‘x’ and the suffix _ext.

Which of the following statements about database table names for new data entities is true?

19
New cards

Each entity has a corresponding Java class that is generated by code generators.

Which statement regarding the Java class corresponding to a data model entity is true?

20
New cards

Add the _Ext suffix to all new typecodes.

Which of the following standards apply to extension typelists?

21
New cards

A base typelist can have only one extension typelist.

Select the correct statement about extension typelists.

22
New cards

For extension typelists, they are created in the Extensions folder.

Select the correct statement about extension typelists.

23
New cards

They are defined in a TTX file.

Select the correct statement about extension typelists.

24
New cards

A typekey field can reference at most one typefilter from the associated typelist

Select the correct statement about typefilters.

25
New cards

Multiple typefilters can be defined in a typelist

Select the correct statement about typefilters.

26
New cards

Typefilter causes the typelist to display only a subset of typecodes for that typelist

Select the correct statement about typefilters.

27
New cards

Typekey

Select the entity field that is associated with a specific typelist

28
New cards

Add the _Ext suffix to the names of new typelists

Which of the following standards apply to new typelists?

29
New cards

Do not add the _Ext suffix to all typecodes

Which of the following standards apply to new typelists?

30
New cards

A subtype entity is a child to a supertype entity and inherits all fields from the supertype.

Which of the following statement about subtypes is correct?

31
New cards

Base application subtype entities can be extended in exactly the same way as supertype entities.

Which of the following statement about subtypes is correct?

32
New cards

A subtype entity can have only one parent entity

Select the correct statement about the limitation of relying heavily on subtype hierarchies.