15
modito
8y

query for ladies

Comments
  • 3
    SQL != programming
  • 2
    Umm... What's "beach"?!

    #indoorsy
  • 2
    you're confusing programming with SQL.
    programming would be something like this :
    //using java

    for(int i=0 ; i<n ; i++){
    if ( girl_age[i] == '18')
    {
    Printwriter writer = new Printwriter("girl_names.txt" , "UTF-8");
    writer.println( girl_name[i] );
    break;
    }
    }
  • 0
    @tysa *writer.close();
  • 2
    @Lasse @tysa: SQL is a fourth generation programming language. Counts as programming. Don't hate.
  • 0
    @dncrews it's a domain specific language, not a general purpose language.
    you cannot write applications with it.
    all you can do is access and edit a db(and a handful of more things).
    though that is a noble and important task, it's not the same as other general purpose languages.
  • 2
    @tysa true, but it still has variables, logic directives, looping, etc, so it counts. Obviously you couldn't get far if it were all you knew, but you'd still be a programmer in a sense.
  • 1
    @dncrews I never said it wasn't a programming language. but it's just that a person who only knows SQL cannot be called a programmer without being insensible.
  • 0
    And no LIMIT .... noice
  • 2
    @bioDan it said programmers 😑
  • 1
    Spanish Query Language ain't programming. and btw the result will be no rows selected
  • 1
    may I add hotness >= 95?
Add Comment