Edited the filtering data page #355
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Turns out there were far more issues than i had detected, i tried my best to correct all i could find.
@sanjay-kv
Fixes # (issue)
Type of Change
UI/UX improvement (design, layout, or styling updates)
Documentation update (README, contribution guidelines, etc.)
Changes Made
Corrected grammar: Fixed incomplete sentences and grammatical inconsistencies throughout
Updated metadata: Changed from HTML-focused keywords to SQL-appropriate keywords
-Fixed section heading: Changed "Selecting Unique Values with numeric" to properly focus on DISTINCT functionality
Corrected tab labels: Updated mismatched labels like "how-git-works" to appropriate SQL-related labels
Fixed code examples: Ensured SQL examples match their described outputs
-Added DISTINCT clause: Properly implemented SELECT DISTINCT name, year, major FROM students WHERE year = 1 to demonstrate unique value selection
Improved column selection: Added explicit SELECT name, year FROM students example for specific column selection
Enhanced explanations: Clarified the difference between filtering rows and selecting columns
-Updated keywords: Replaced HTML-focused keywords with SQL-relevant ones:
-Fixed table naming: Ensured consistent use of table names (Friends, students) throughout examples
Corrected SQL syntax: Verified all SQL statements follow proper syntax
Added missing concepts: Included proper demonstration of DISTINCT usage
Fixed output formatting: Ensured SQL table representations are consistent
Dependencies
-no dependency change
i checked and tested the changes made, built the docker container, ran npm commands

