Search:

Type: Posts; User: n.ashis; Keyword(s):

Search: Search took 0.00 seconds.

  1. Answers
    3
    Views
    3,936

    General Re: Entity, Entity set & Records !!!

    Ok, In that case can you please answer my question if entity and record are the same or two different concept altogether. If no, how are they different ???
  2. Answers
    3
    Views
    3,936

    General Re: Entity, Entity set & Records !!!

    I guess I have some idea about those terminologies. But what about the following one !!!
  3. Answers
    3
    Views
    3,936

    General Entity, Entity set & Records !!!

    Can anyone tell me the basic difference in the above mentioned terminologies, to be precise that between record and entity. I would like to know if they are the same or different thing ???
  4. Answers
    2,332
    Views
    443,063

    Re: Thoughts of the day.

    "A man would do nothing, if he waited until he could do it so well that no one would find fault with what he has done"

    -Cardinal Newman
  5. Answers
    5
    Views
    11,308

    Unix/Linux inode number !!!

    As we know unix system uses inode number to uniquely identify a file in a file system, and these inode numbers are generated by the system. My question is what if the system runs out of inode number....
  6. Answers
    4
    Views
    11,314

    Re: tail and head command...

    You can use both head as well as tail command to open a file. The point to notice is that in both the cases a default value of 10 is taken i.e.
    head filename: Will display first 10 lines from the...
  7. Answers
    4
    Views
    11,314

    Re: tail and head command...

    I am not so sure if you know this or not, but just in case you don't know there is a small difference in the option part of these commands i.e.

    head -n filename: Displays first 'n' lines from the...
  8. Answers
    1
    Views
    4,481

    Unix/Linux Re: Finding PID of a file in Windows...

    Hi

    Though I couldn't get your question clearly still am trying to answer it.

    To get the PID of a process in Windows you can use tasklist in the command prompt. To kill a specific process use...
  9. Answers
    4
    Views
    15,974

    SQL Re: Run the query as Script in SQLPLUS

    One thing you can do in regard to this is that, Like Debasis has mentioned save the file with SQL extension and at the SQLPLUS prompt give @filename.

    Else you can use get filename to write the...
  10. Answers
    3
    Views
    4,498

    Re: Return Value of Functions

    printf returns the number of characters that it prints, whereas scanf returns the number of format specifiers being passed to it in the format string.

    Correct me if i am wrong...
  11. Answers
    4
    Views
    3,144

    SQL Re: Difference in translate and replace

    I hope i got the answer now i.e. since there is nothing listed in the replacement list or string, so there will be nothing that would get replaced with the blank space ...
  12. Answers
    4
    Views
    3,144

    SQL Re: Difference in translate and replace

    Thanks Debasis for your reply, like your reply made things more clear to me, still i have a doubt regarding TRANSLATE function i.e. if it is possible to remove a special character with TRANSLATE...
  13. Answers
    4
    Views
    3,144

    SQL Difference in translate and replace

    If i try the following query it works fine in replacing the spaces between two words i.e.

    SELECT REPLACE('Hi All',' ','')
    FROM DUAL;

    O/P: HiAll

    But if i try the same query with translate...
  14. Answers
    3
    Views
    5,202

    SQL Re: Restrictions with Alter command

    I guess in the second case the column to be modified needn't be empty i.e. till the moment the new precision value isn't less than the existing column values we can modify that column.

    Correct me...
  15. SQL Re: Delete values in single a row without using DELETE keyword.

    Though what many of you have suggested i.e. to update the values to NULL sounds fine, but the problem will arise while updating the primary key column value, since a NULL value in that case isn't...
Results 1 to 15 of 15
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact