What is trigger in dbms?
What are the lock types?
What are the types of tables in database?
What is the rdbms concept in sql?
Explain the terms database and dbms?
When we will denormalize data?
Why is data modelling important?
I have 2 tables with 1 million rows each. I have updated 1 row in first and 1 million update on second table. Now I commit both the updates. Which one will commit fast and Why?
How many types of database language exist?
Explain the terms specialization and generalization.
What's the difference between clustered and non-clustered indexes?
What are the types of database lock?
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 difference between star flake and snow flake schema?
What is normalization in database with example?