Click here to Skip to main content
15,884,472 members
Home / Discussions / Database
   

Database

 
AnswerRe: write a procedures along with cursors to dump data from one table to another table Pin
CHill6022-May-15 1:55
mveCHill6022-May-15 1:55 
AnswerRe: write a procedures along with cursors to dump data from one table to another table Pin
Eddy Vluggen22-May-15 2:19
professionalEddy Vluggen22-May-15 2:19 
AnswerRe: write a procedures along with cursors to dump data from one table to another table Pin
Simon_Whale22-May-15 3:20
Simon_Whale22-May-15 3:20 
RantRe: write a procedures along with cursors to dump data from one table to another table Pin
Sascha Lefèvre22-May-15 4:05
professionalSascha Lefèvre22-May-15 4:05 
Questionjava prog to sort million input Pin
Sohail Sowell17-May-15 20:26
Sohail Sowell17-May-15 20:26 
AnswerRe: java prog to sort million input Pin
Jörgen Andersson17-May-15 20:32
professionalJörgen Andersson17-May-15 20:32 
AnswerRe: java prog to sort million input Pin
Eddy Vluggen18-May-15 2:38
professionalEddy Vluggen18-May-15 2:38 
AnswerRe: java prog to sort million input Pin
Afzaal Ahmad Zeeshan18-May-15 3:51
professionalAfzaal Ahmad Zeeshan18-May-15 3:51 
Your less time is not a problem for us. We are help to help, not to serve.

In Java integers have a limit. You cannot exceed those limits, otherwise you will face a problem known as "Integer Overflow" or "Integer Underflow". It depends on the size of that type, int or long etc. However, there is another special class in Java, BigInteger[^]. You can use it to overcome these limitations in Java.

Rest of the stuff are just fancy algorithm based functions. If you are well aware of these functions and algorithms then you can definitely write them yourself. What is so difficult in these problems? Learn more on them, https://en.wikipedia.org/wiki/Bubble_sort[^], https://en.wikipedia.org/wiki/Selection_sort[^], https://en.wikipedia.org/wiki/Quicksort[^].

Then use timer to check how long does it take to complete the task. Simple!
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~

GeneralRe: java prog to sort million input Pin
Mycroft Holmes20-May-15 14:37
professionalMycroft Holmes20-May-15 14:37 
QuestionJAVA PROGRAM Pin
Sohail Sowell17-May-15 20:26
Sohail Sowell17-May-15 20:26 
AnswerRe: JAVA PROGRAM Pin
ZurdoDev22-May-15 4:41
professionalZurdoDev22-May-15 4:41 
QuestionGet date not exist Pin
Karan_TN11-May-15 3:15
Karan_TN11-May-15 3:15 
AnswerRe: Get date not exist Pin
Tim Carmichael11-May-15 4:49
Tim Carmichael11-May-15 4:49 
AnswerRe: Get date not exist Pin
MarbryH11-May-15 5:48
MarbryH11-May-15 5:48 
AnswerRe: Get date not exist Pin
Richard Deeming11-May-15 8:04
mveRichard Deeming11-May-15 8:04 
GeneralRe: Get date not exist Pin
Mycroft Holmes11-May-15 13:10
professionalMycroft Holmes11-May-15 13:10 
GeneralRe: Get date not exist Pin
Richard Deeming12-May-15 1:39
mveRichard Deeming12-May-15 1:39 
GeneralRe: Get date not exist Pin
Mycroft Holmes12-May-15 14:11
professionalMycroft Holmes12-May-15 14:11 
QuestionDatabase Pin
Member 116493918-May-15 19:14
Member 116493918-May-15 19:14 
QuestionRe: Database Pin
Richard MacCutchan8-May-15 21:40
mveRichard MacCutchan8-May-15 21:40 
AnswerRe: Database Pin
Richard Andrew x649-May-15 6:16
professionalRichard Andrew x649-May-15 6:16 
Questionupdate query not updating Pin
turnerdavid7-May-15 3:55
turnerdavid7-May-15 3:55 
AnswerRe: update query not updating Pin
ZurdoDev7-May-15 4:12
professionalZurdoDev7-May-15 4:12 
GeneralRe: update query not updating Pin
turnerdavid7-May-15 8:08
turnerdavid7-May-15 8:08 
GeneralRe: update query not updating Pin
ZurdoDev7-May-15 8:12
professionalZurdoDev7-May-15 8:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.