How to find the size of database?
What is difference between database and spreadsheet?
When the SYSTEM TABLESPACE can be made off-line ?
Is driver a software?
Tell me about view, sequence and index in DBMS.
What is the difference between a catalog and a database?
What are the benefits of modeling?
1.If we have a Salary coloumn in Staff entity with this description the salary must be monetary and >=$35450.00, how we can write it in into schemain SQL? 2. If we have Weight and Marks in Assessment entity and the Weight has the description of this it must be Non-zero percentage. And also the Marks attribute stores the maximum possible raw mark for assessment (e.g., 30), while Weight stores of the weight of this assessment for the paper as a whole (e.g., 10%). If Marks is not specified, then Weight is used for both. How we can convert this into schema in SQL????
What is the main difference between union and union all?
Why do we need foreign key?
How view is related to data independence?
How do you use a database worksheet?
Why are recursive relationships are bad? How do you resolve them?