46 reputation
7
bio website
location
age
visits member for 1 year, 4 months
seen Jan 23 at 23:42
stats profile views 97

Sep
21
awarded  Custodian
Feb
29
answered How to Update numeric rows of Data in Oracle with use of a Trigger
Feb
23
suggested suggested edit on Oracle 10g Range Partition Query
Feb
23
revised What does IndexOutofRangeException mean?
code cleanup
Feb
23
suggested suggested edit on What does IndexOutofRangeException mean?
Feb
12
awarded  Citizen Patrol
Feb
12
comment Oracle Not a single-group group function: writing queries
Because I had the notion in my head that multiple authors have the same Royalty_shares but then they all have different royalty_rates so i would get multiple au_id that get the max total compensation. Your right, hehe. Hail Steven!
Feb
11
comment Oracle Not a single-group group function: writing queries
Hey, I got 1-5 WORKING, except when I get to six, the out come of the query gives au_id (A04). It doesn't seem right, it seems like there's an issue with the query last query I think.
Feb
10
accepted Oracle Not a single-group group function: writing queries
Feb
10
comment Oracle Not a single-group group function: writing queries
Thanks for your speedy response. I will look at this for long time. Thank you for your tutoring. I greatly appreciate it.
Feb
10
revised Oracle Not a single-group group function: writing queries
added 667 characters in body
Feb
10
comment Oracle Not a single-group group function: writing queries
I though it wasnt needed I will post now.
Feb
10
asked Oracle Not a single-group group function: writing queries
Feb
7
accepted How to search an element of an array and display
Feb
7
revised How to search an element of an array and display
added 200 characters in body
Feb
7
comment How to search an element of an array and display
How is this loop done, is the above relatively in the right direction?
Feb
7
revised How to search an element of an array and display
added 200 characters in body
Feb
7
comment How to search an element of an array and display
Yeah, I should change that now, this was taken off the whiteboard and I couldn't figure this out. Its neither assignment nor quiz.
Feb
7
asked How to search an element of an array and display
Jan
17
comment How do I writeline before prompt in my while loop?
Thank you, do statement is the way to go, and nest the while after. Fabulous!