1-10 of 105 hubssort by Hot Best Latest

Secret Millionaires Club Warren Buffett90

Secret Millionaire's Club

Warren Buffett aka the Oracle of Omaha is set to become a cartoon character via a series of so-called Webisodes created for AOL by new children’s media company 'A Squared Entertainment'. Warren Buffet is...

2 comments    finance get out of debt
rakeshfan profile image89

Oracle PLSQL Interview Questions. Additional Concepts Every Developer Should Know.

The best way of learning something is by asking questions. That's why I've organized this hub in a question-answer format. The questions range from Basic to Advanced. I gave a concise answer too, only for...

40 comments    technology careers job
87

Warren Buffett Bio and Quotes

The Warren Buffett Way [UPDATE 3 : Warren Buffett is putting together a cartoon series called "The Secret Millionaire's Club" to teach kids about finance - something that schools should be doing in my opinion...

7 comments    stock market warren buffett
rakeshfan profile image87

More Oracle Interview Questions : SQL and PL/SQL

I can say Oracle database is a box of chocolates. You never know what you're gonna get. The more I learn about it, the more there is to learn. It's getting so much better with each new release too. See what...

26 comments    technology job interview
Girl Possessed from Playing Ouija Board83

Ouija Boards and Suicide (Ouija Boards Gone Wrong) – Dark Ouija Board Stories

Ouija Boards and Suicide (Ouija Boards Gone Wrong) – Dark Ouija Board Stories The Ouija board is without doubt the most notorious of all games. Thought by many to be a means of communication with the...

1 comment    suicide ouija board ouija
81

Oracle SQL*PLUS

Put in sqlplus.bat: Set NLS_LANG=French_France.WE8PC850 sqlplus.exe CONNECT login/password@SID Set pause on SELECT * FROM employees; SELECT USER FROM DUAL; Display the names of all...

oracle sql plus
82

Oracle Exceptions

Exceptions in Oracle are powerful error handling mechanism. Do you feel little difficulty hearing the word Exception handling? This page depicts Exception handling and gives you very clear understanding of...

0 comments    technology oracle plsql
81

Mastering Oracle Date Arithmetic

Date Arithmetic is the calculations based on date. Doing Date calculations is a night mare many times for a developer, especially in Oracle many developer felt this. But many of us never knew simple tricks...

11 comments    technology oracle sql
81

Oracle Analytic Functions

Oracle Analytic Functions Analyctic functions in Oracle are set of functions and clauses used for arriving statistical informations like sum, average. These functions are more flexible to use and efficient....

1 comment    technology oracle database
selvirajan profile image77

Over come the 255 Character Limit of DBMS_OUTPUT

Oralce has provided the DBMS_OUTPUT package for the PL/SQL Developers. PUT_LINE function is probably the most used feature of Oracle Developers. PUT_LINE is used for displaying the results/outputs in the...

2 comments    technology oracle plsql
working