-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Labels
Milestone
Description
Is there an existing issue for this?
- I have searched the existing issues
Issue Description
Description
correction-
Fixes # (issue)
- Multiple typos like coditions, coloumns,stament,etc. 2.the 'tip' column , etc
- Theory of filtering column
- 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
Labels
Type
Projects
Status
Done