Answer:
See explaination
Explanation:
CREATE TABLE CATEGORY
(
cid int NOT NULL,
description varchar2(1000),
PRIMARY KEY (cid)
);
CREATE TABLE PRODUCT
(
pid int NOT NULL,
description varchar2(1000),
cid int,
price int,
p_size varchar2(1),
CONSTRAINT chk_price CHECK (price>0),
CONSTRAINT chk_size CHECK (p_size in ('S','M','L')),
CONSTRAINT fk_cid FOREIGN KEY (cid) REFERENCES CATEGORY(cid)
);
Answer:
D. spyware
Explanation:
Well it kind of explains itself. He wants to "spy" on their activities.
If you have machines doing jobs, fewer staff is needed, therefore the costs are LESS.
Hope I helped!
Answer:
periodical databases
Explanation:
Among the various databases you can now access in a library, the periodical databases contains the text and other information about articles published in magazines, journal and newspapers.
This database allows you for example to easily search for all articles written about a specific event or person, and it will return you the list of articles you can then read from a single spot, no matter where or when the article was written.
Answer:
taking photos of small things or a close up.
Explanation:
great for taking photos of bugs or flowers, it's very helpful