P Pre Langsql Cssfilehk1stylecreate Table Managerid Numericname #345
</p> <pre><code class="language-sql">Create table Manager(ID numeric,Name varchar(20),budget numeric,Details varchar(30));</code></pre> <p>Inorder to ensure that the value of budget is non-negative which of the following should be used?
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 - Integrity Constraints - Quiz No.1.
Create table Manager(ID numeric,Name varchar(20),budget numeric,Details varchar(30));
Inorder to ensure that the value of budget is non-negative which of the following should be used?
Check(budget>0)
Check(budget<0)
Alter(budget>0)
Alter(budget<0)
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