Results 1 to 3 of 3

Thread: Unique key and Single Query

  1. #1
    Junior Member
    Join Date
    Jan 2007
    Answers
    1

    Unique key and Single Query

    Suppose we have defined a unique on a column of a table? So at max how many null values can one insert for the same column.
    Also using Single query how to display numbers from 1 to 100


  2. #2
    Expert Member
    Join Date
    Apr 2007
    Answers
    500

    Re: Unique key and Single Query

    select rownum from sys.all_tables where rownum <=100 ;


  3. #3
    Moderator
    Join Date
    Jun 2007
    Answers
    2,074

    Re: Unique key and Single Query

    You can insert any number of null values as NULL is not a value .

    and NULL <> NULL.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
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