Oracle Functions, Date and Aggregates
Across
- 2. Returns the number of rows in the result set
- 6. Shorthand for extracting information from DATE types
- 7. Minimum of all values in the specified column
- 10. The function used to right justify values in the console output
- 12. The preferred method for handling NULL values in a query
- 14. The current server time
- 15. This function returns the number of letters in the first parameter
- 17. This data type can store partial second values
- 20. Format mask to get the seconds from a DATE
- 21. The special dummy table in Oracle for table-less calculations and info
- 23. Names all non aggregate columns in the query
- 24. Second parameter in the TO_CHAR function
- 26. This method makes all text lower case
Down
- 1. Adds the values of the specified column
- 3. Maximum of all values in the specified column
- 4. This method doesn't round, but the number does go up
- 5. Command used to get the HOUR from a TIMESTAMP
- 8. This method returns the index of the second parameter in the first parameter
- 9. First parameter in the TO_CHAR function
- 11. Format mask to spell out the day of the week
- 13. Never a parameter for the COUNT function
- 16. Used to restrict the number of results of the result set based on an aggregate function
- 18. Function for locating the index of text in another text value
- 19. The function equivalent to the % operator in Java, Swift, C, etc.
- 22. Average of all values in the specified column
- 25. Function type on a column instead of a individual field