Originally posted by: Nitemare
Got an interview doing AIX and SQL support yet my only experience with SQL is searching a database for what SQL error messages really mean.
Originally posted by: jdini76
all you need to know is:
select
from
where
After that you can search the internet and help files for other syntax.
Originally posted by: blackdogdeek
Originally posted by: jdini76
all you need to know is:
select
from
where
After that you can search the internet and help files for other syntax.
imo, the other 2 most important commands are:
insert
update
with those 3 you can do the bulk of data manipulation.
Originally posted by: Nitemare
Got an interview doing AIX and SQL support yet my only experience with SQL is searching a database for what SQL error messages really mean.
Originally posted by: Utterman
If you can get this joke, then you can do SQL:
> "SELECT * FROM users WHERE clue > 0"
0 rows returned