Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anna Kondratiuk #11

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

annakondr
Copy link

No description provided.

README.md Outdated
```

9. Create a query that would return the years of birth and the years of death of everyone who has died. The columns should be aliased `b` and `d` respectively.

```postgresql
... here goes your SQL ...
SELECT "Year of Birth" b, "Year of Death" d
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you need to use the special word AS for naming column

README.md Outdated
```

16. Create a query that would return the first names of the people sorted in the reverse alphabetical order. The column should be aliased `fn`.

```postgresql
... here goes your SQL ...
SELECT "First Name" fn
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you need to use the special word AS for naming column

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants