Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9298821
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T22:24:56+00:00 2026-06-18T22:24:56+00:00

I am asked to to add a constraint for an attribute in the table

  • 0

I am asked to to add a constraint for an attribute in the table so that the value of the attribute should be a float number between 0 and 1. As far as I know, float(a,b) is not here for the task….. So is there an easier way other than writing a trigger for this problem in Oracle?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T22:24:58+00:00Added an answer on June 18, 2026 at 10:24 pm

    yes use a check constraint.

    SQL> alter table test modify id check (id between 0 and 1);
    
    Table altered.
    
    SQL> insert into test values (1.0);
    
    1 row created.
    
    SQL> insert into test values (1.01);
    insert into test values (1.01)
    *
    ERROR at line 1:
    ORA-02290: check constraint (SYS.SYS_C0013632) violated
    

    you can name the check constraint if you want:

    SQL> alter table test modify id constraint id_between_0_1 check (id between 0 and 1);
    
    Table altered.
    
    SQL> insert into test values (1.01);
    insert into test values (1.01)
    *
    ERROR at line 1:
    ORA-02290: check constraint (SYS.ID_BETWEEN_0_1) violated
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'v been asked to add functionality to an application that lets users vote between
Recently I asked here how to add a new JPanel to JFrame . The
So I asked does https://stackoverflow.com/questions/11144014/does-mysql-update-add-a-row-if-it-doesnt-exist and I was told that I'm using columns incorrectly.
I know that a lot people already asked tons of questions about this, but
So I was asked to add a captcha into a PHP page that someone
I've been asked to add search functionality to a Wordpress theme that has neither
I know that this question has been asked many times before in different guises
I was given a pre-created project that uses Hibernate and was asked to add
I've been asked to add a lightbox popup to a Magento site. It should
I've been asked to add Google Earth images to a desktop app (civil engineering

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.