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

Create column-reference for PostgreSQL. #4582

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

ogumbaiyke
Copy link

@ogumbaiyke ogumbaiyke commented Apr 28, 2024

Description

I made a summary of column reference and how to use it to get information from databases. Motivation includes just learning and growing in tech.

Issue Solved

Fixes #4536

Issues solved includes understanding of column reference in simple terms, clear syntax lines of code with good comments that can aid better understanding of topic and usage of syntax and applying column reference.

Type of Change

  • Adding a new entry

Checklist

  • All writings are my own.
  • My entry follows the Codecademy Docs style guide.
  • My changes generate no new warnings.
  • I have performed a self-review of my own writing and code.
  • I have checked my entry and corrected any misspellings.
  • I have made corresponding changes to the documentation if needed.
  • I have confirmed my changes are not being pushed from my forked main branch.
  • I have confirmed that I'm pushing from a new branch named after the changes I'm making.
  • I have linked any issues that are relevant to this PR in the Issues Solved section.

@CLAassistant
Copy link

CLAassistant commented Apr 28, 2024

CLA assistant check
All committers have signed the CLA.

@mohitO12-dev mohitO12-dev self-assigned this Apr 30, 2024
@mohitO12-dev mohitO12-dev added new entry New entry or entries postgresql Postgresql status: under review Issue or PR is currently being reviewed sql SQL entries labels Apr 30, 2024
@mohitO12-dev mohitO12-dev removed their assignment Apr 30, 2024
@mohitO12-dev mohitO12-dev removed sql SQL entries new entry New entry or entries status: under review Issue or PR is currently being reviewed postgresql Postgresql labels Apr 30, 2024
@Sriparno08 Sriparno08 self-assigned this May 5, 2024
@Sriparno08 Sriparno08 added new entry New entry or entries status: under review Issue or PR is currently being reviewed postgresql Postgresql labels May 5, 2024
Copy link
Collaborator

@Sriparno08 Sriparno08 left a comment

Choose a reason for hiding this comment

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

Hey @ogumbaiyke, thanks for contributing to Codecademy!

I've listed all the modifications that you need to make in your entry below:

ogumbaiyke and others added 7 commits May 16, 2024 03:59
…s.md

Co-authored-by: Sriparno Roy <89148144+Sriparno08@users.noreply.github.com>
…s.md

Co-authored-by: Sriparno Roy <89148144+Sriparno08@users.noreply.github.com>
…s.md

Co-authored-by: Sriparno Roy <89148144+Sriparno08@users.noreply.github.com>
…s.md

Co-authored-by: Sriparno Roy <89148144+Sriparno08@users.noreply.github.com>
…s.md

Co-authored-by: Sriparno Roy <89148144+Sriparno08@users.noreply.github.com>
…s.md

Co-authored-by: Sriparno Roy <89148144+Sriparno08@users.noreply.github.com>
@ogumbaiyke
Copy link
Author

Thanks. I have made the required changes.

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

Successfully merging this pull request may close these issues.

[Concept Entry] Postgresql column-references
4 participants