Skip to content

πŸ“[Docs]:Β #335

@vaemaski

Description

@vaemaski

Is there an existing issue for this?

  • I have searched the existing issues

Issue Description

Description

correction-

Fixes # (issue)

  1. Multiple typos like coditions, coloumns,stament,etc. 2.the 'tip' column , etc
  2. Theory of filtering column
  3. Theory of selecting unique values

Type of Change

  • Documentation update (README, contribution guidelines, etc.)

Dependencies

  • No dependency changes.

Suggested Change

since 1-2 queries need to be fixed - distinct and multiple column selection, the tables have to be edited.
SELECT DISTINCT major
FROM students
WHERE year = 1;
```

</TabItem>

<TabItem value="how-git-works" label="Output">
name year major
Ava Smith 1 Biology
Luis Garcia 1 Physics

-->

major
Biology
Physics
name year major
Ava Smith 1 Biology
Luis Garcia 1 Physics

-->

name year
Ava Smith 1
Luis Garcia 1

and several spelling mistakes along with theory

Rationale

Wrong documentation is worse than less detailed one!

Urgency

High

Record

  • I have read the Contributing Guidelines
  • Are you a GSSOC'25 contributor
  • I want to work on this issue

Metadata

Metadata

Assignees

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions