Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fak24001 authored Mar 5, 2025
1 parent 497ec60 commit a79f785
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# Albs
CREATE VIEW v_male AS
SELECT*
FROM biostats
WHERE Sex IS 'M';

Select AVG("Height(in)")
FROM v_male
WHERE Age>40;# Albs

0 comments on commit a79f785

Please sign in to comment.