Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
tysa43038yyou'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;
}
} -
dncrews3208y@Lasse @tysa: SQL is a fourth generation programming language. Counts as programming. Don't hate.
-
dncrews3208y@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.
query for ladies
undefined