P Pre Langsql Cssfilehk1stylecreate Domain Yearlysalary #358
</p> <pre><code class="language-sql">Create domain YearlySalary numeric(8,2) constraint salary value test __________;</code></pre> <p>In order to ensure that an instructor’s salary domain allows only values greater than a specified value use:
This multiple choice question (MCQ) is related to the book/course gs gs117 Database Management System. It can also be found in gs gs117 SQL: Queries, Constraints and Triggers - SQL Data Types and Schemas - Quiz No.1.
Create domain YearlySalary numeric(8,2) constraint salary value test __________;
In order to ensure that an instructor’s salary domain allows only values greater than a specified value use:
Value>=30000.00
Not null;
Check(value >= 29000.00);
Check(value)
Similar question(s) are as followings:
Online Quizzes of gs117 Database Management System
Indexing and Hashing - Bitmap Indices - Quiz No.1
gs gs117 Database Management System
Online Quizzes