Skip to content

Instantly share code, notes, and snippets.

View minjupgeorge's full-sized avatar

Minju P George minjupgeorge

  • Belgium
View GitHub Profile
--1. What are the names of countries with population greater than 8 million?
SELECT name
FROM country
where Population > 8000000;
--2. What are the names of countries that have “land” in their names?
SELECT name FROM country WHERE name like '%land%';
--3. What are the names of the cities with population in between 500,000 and 1 million?
SELECT name FROM country WHERE population between 500000 and 1000000;
@minjupgeorge
minjupgeorge / aboutme.md
Created January 25, 2022 18:45
About Myself

I am Minju P George

Currently am a Job Seeker

Iam very enthusiastic person who always finds ways to make myself Happy and being positive. I love learn coding and teach someone who hates programming

Education

  • ME Computer Science and Engineering,2010-2012
    • ANNA UNIVERSITY Rank-36

Professtional Skills