MEDIUM
Earn 100

An attribute or set of attributes that uniquely identify an entity is called____________.

50% studentsanswered this correctly

Important Questions on OS, Software Basics and Windows

EASY
Which of the following is not normally used as a server-side scripting language?
MEDIUM
When querying information stored on two different tables by means of a common column, we use_____
EASY

One of the following is not permitted, while naming a data source _____.

MEDIUM

The following observation is stored in a SAS data set named:

EMPLOYEES: LNAME FNAME JOBCODE

..................................................................

Whitley                   Sam                 nal

If the DATA step below is executed, what will be the value of the variable JOBDESC in the output SAS data set when this observation is processed:

data navigate;set employees; if jobcode = 'NAI' then jobdesc = 'Navigator';run;

EASY
_____ processing is used when a large mail-order company accumulates orders and processes them together in one large set.
EASY
A _____ is a collection of data that is stored electronically as a series of records in a table.
EASY
Which of the following places the common data elements in order from smallest to largest?