Difference between data and information, and how are they related in a database?
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????
How index hunting contributes in improving the query performance?
What are the 4 types of database?
What do you understand by ‘atomicity’ and ‘aggregation’?
why an information gap exists in most organizations.
What is difference between database and spreadsheet?
Define normalization.
What is pdo in database?
What is meant by database system?
What is database in simple language?
Compare non-clustered and clustered index
What are the importance of partitioning in dbms?
Explain the terms ‘attribute’ and ‘relations’
what is normalization? types of normalization? example of each form? how do u implement normalization in ur project?