________ are displayed in the Relationships window to establish a relationship between two tables

Fill in the blank(s) with correct word

Join lines

Computer Science & Information Technology

You might also like to view...

Given the program, which of the following class member accesses are legal?

``` #include using namespace std;class DayOfYear{public: void input(); void output(); int month; int day;};int main(){ DayOfYear birthDay; birthDay.input(); // a) birthDay.day = 25; // b) cout << birthDay.month; // c) cout << birthDay.output(); // d) if(birthDay.month == 1) // e) cout << ```

Computer Science & Information Technology

To find a contact by searching for text, press ____.

A. CTRL+S B. CTRL+T C. CTRL+F D. CTRL+E

Computer Science & Information Technology