data theory

studied byStudied by 0 people
0.0(0)
Get a hint
Hint

What does CRUD stand for?

1 / 19

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

20 Terms

1

What does CRUD stand for?

Create, read, update, delete

New cards
2

What are the join types

Inner join, left/right outer join, full outer, cross

New cards
3

What does inner join return

rows only returned if they exist in both tables

New cards
4

left outer join results

all rows returned from first table, matching rows from second table, missing values are null

New cards
5

right outer join results

all rows from second table, matching rows, missing are null

New cards
6

full outer join results

all rows from both tables, missing values are null

New cards
7

cross join results

eacb row from left table is joined with each row from right table

New cards
8

what is the order of clauses in a SELECT statement?

select, from, where, group by, having, order by

New cards
9

what is the best date format?

ymd

New cards
10

how do you write a DATEDIFF statement

DATEDIFF(datepart, startdate, enddate)

New cards
11

How do you write a DATEADD statement

DATEADD(datepart, num, date)

New cards
12

What are the basic predicates?

=, <, >, <=, >=, <>, etc.

New cards
13

BETWEEN predicate

shortened version of >= AND <=

New cards
14

EXISTS predicate

tests for existence of certain rows using a subquery

New cards
15

IN predicate

compares a value with a set of values

New cards
16

LIKE predicate

searches for strings with a certain pattern, % matches any num of characters, _ matches a single character

New cards
17

NULL predicate

tests for null values

New cards
18

What is an ERD

a form of semantic modeling, description of data in a system

New cards
19

What is an entity?

something or someone that contains data/info

New cards
20

What are the 3 kinds of relationships?

1:1, 1:M, M:N

New cards

Explore top notes

note Note
studied byStudied by 51 people
... ago
5.0(1)
note Note
studied byStudied by 9 people
... ago
5.0(1)
note Note
studied byStudied by 14 people
... ago
5.0(1)
note Note
studied byStudied by 4 people
... ago
5.0(1)
note Note
studied byStudied by 59 people
... ago
5.0(3)
note Note
studied byStudied by 7 people
... ago
4.0(1)
note Note
studied byStudied by 123508 people
... ago
4.8(561)

Explore top flashcards

flashcards Flashcard (85)
studied byStudied by 4 people
... ago
5.0(2)
flashcards Flashcard (37)
studied byStudied by 17 people
... ago
5.0(1)
flashcards Flashcard (40)
studied byStudied by 11 people
... ago
5.0(1)
flashcards Flashcard (56)
studied byStudied by 548 people
... ago
4.8(5)
flashcards Flashcard (169)
studied byStudied by 1 person
... ago
5.0(1)
flashcards Flashcard (24)
studied byStudied by 4 people
... ago
5.0(2)
flashcards Flashcard (118)
studied byStudied by 52 people
... ago
5.0(1)
flashcards Flashcard (21)
studied byStudied by 2 people
... ago
5.0(1)
robot