L
L
lowlavel2020-02-16 16:31:13
IT terminology
lowlavel, 2020-02-16 16:31:13

What is the name of the abbreviation in SQl queries?

SELECT u.id, u.name, d.name AS d_name
FROM users u
INNER JOIN departments d ON u.d_id = d.id

We have such a request. I missed something and don't understand what these "abbreviations" like ud mean

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DevMan, 2020-02-16
@lowlavel

https://ru.m.wikipedia.org/wiki/Alias_(SQL)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question