questions i got wrong Flashcards

1
Q

w2: sdlc DETAILED CONCEPTUAL MODEL

A

ANALYSIS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

w2:sdlc data DEFINED categoruuy LISTED …

A

ANALYSIS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

w2: consensus on dataa def

A

org conflict

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

w2: primary puruses of dbms EXCPET

A

int dev env

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

good data def will describe all characeritsts EXCEPT

A

DELETE THE DATA

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

entity type name should be everything except

A

AS SHORT AS POSSIBLE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

a___ def or constarints business aspect

A

BUSIENESS RULE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

the __ no PK MAY BE NULL

A

tntity integrity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

func dependnacy 2 oor more non key

A

TRANSITIVE DEPENDANCY

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

entity integrity is a rule that

A

no NULL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Domain def consists of all excet

A

INTEGRITY CONSTRAINTS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

WHICH of follow clauses finds all groups meeting stated condiitons

A

HAVING

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

A view may not be directly updated if it contains

A

HAVING

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

last part of sql query to be read

A

ORDER BY

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

single val return form sql

A

scalar agg

SCALAR = SINGLE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

multi value return

A

vector agg

17
Q

to get all cust from hawaii sorted together?

A

ORDER BY

18
Q

Which of the following counts only row that contain vlaue

A

COUNT

19
Q

all multival removed: 1ST

no multival attributed + nonkey dep on pk: 2ND

normal form removes remaiing func de: BOYCODD

A
20
Q

WHAT PRODUCES SCALAR AND VECTOR AGG

A

GROUP BY

21
Q

What does the following SQL statement do?

DELETE FROM Customer_T
WHERE state = ‘HI’;

A

Deletes all records from Customer_t where the state is equal to HI

22
Q

SELECT MIN(Product_Description)
FROM Product_V;

A

FIRST VALAUE OF PRODUCT DECSIRPTION WILL BE SHOWN

23
Q

INSERT INTO is an example of ________ code.

A

DML

24
Q

__ set of commands to CONTROL db
__ set of commands to UPDATE and Query a db

A

DCL
DML

25
Q

__ NO primary key may be null

A

ENTITY INTEGRITY RULE

26
Q

Domain def consists of all components EXCEPT

A

integrity constraintis!!

27
Q

student and room!!

A

one to many

28
Q

!!! if it says SDLC IN THE QUESTION:

-> if it doesnt say SDLC! only says logical schema

A

ITS ANALYSIS

ITS DESIGN

29
Q

all mv: 1st
no mv attributres: 2nd
Mv depend: 4th
remaining func dep: boyecodd

ANM: 1ST 2ND 4TH (ANNEMARIE)
remaining: boycecodd

A
30
Q
A