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

Add answers to 'merging data' exercises #2

Open
devbioinfoguy opened this issue Jan 20, 2017 · 1 comment
Open

Add answers to 'merging data' exercises #2

devbioinfoguy opened this issue Jan 20, 2017 · 1 comment

Comments

@devbioinfoguy
Copy link
Collaborator

No description provided.

@devbioinfoguy
Copy link
Collaborator Author

select * from Survey order by quant, reading DESC

select * from Survey where quant=‘sal’ and (reading < 0 OR reading > 1.0);

select count(*) from Survey where read=‘sal’ and (quant < 0 AND quant > 1.0)

select personal, family, quant, reading from Person JOIN Survey WHERE Survey.person = Person.id

stevenworthington pushed a commit that referenced this issue Jan 30, 2020
NLP with Python materials from Elizabeth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant