What is View? View is a logical representation of summarized data from one or more ...
What is Table? Table is a logical structure for storing data. Table is the set ...
What is Structure? Structure is a group of components defined under a name. A component ...
What is Data Element? Data elements specifies the semantic information of table field. Data element ...
What is Domain? Specifies the technical characteristics of a table field. Domain assigned to a ...
Data dictionary is a centralized repository with the information about the data in the ...
EXIT statement terminates the loop completely and transfers control to the statement block immediately ...
CHECK statement is used to execute the set of statements code coded under CHECK ...
CONTINUE statement skips the current iteration and control passes to the next iteration. CONTINUE ...
In some scenarios, specific iteration execution needs to be skipped, bypassed or interrupted. Loop ...