V
V
Vlad_Fedorenko2015-02-19 16:28:15
SQL
Vlad_Fedorenko, 2015-02-19 16:28:15

What do you need to know in SQL?

Hello!
The university database course passed by. What do you need to know about SQL to consider yourself human? Where to move after simple requests?
I will also be grateful for good literature on SQL in Russian

Answer the question

In order to leave comments, you need to log in

5 answer(s)
I
Igor Kalashnikov, 2015-02-19
@Vlad_Fedorenko

the first thing that comes to mind is:
PK / FK
JOIN
HAVING
UNION
CASE
all sorts of functions like sum, count, nvl, coalesce transaction
indexes query cost hints query plan. -------------------------------------------------- ----- Come up with a problem, for example: Create a database with musical instruments, come up with several tables, link them and check them as perversely as possible ("how many guitars with 12 strings have been released since 1986 in America")

V
Vladimir Martyanov, 2015-02-19
@vilgeforce

3rd normal form to start with.

S
svd71, 2015-02-19
@svd71

The most frequently required practices in real work: the use of all types of data joins and the speed of their processing on a specific server implementation.

N
Nicholas Lindemann, 2015-02-19
@LN

+

  1. Modeling.
  2. Normalization.
  3. Optimization.

V
Vapaamies, 2015-02-20
@vapaamies

SQL standards (88, 92, 99, 200x), analytical functions, hierarchical queries, use of text, spatial and other domain-specific indexes...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question