adspace
Answer Posted / Shikha Pal
An Entity-Relationship Diagram (ERD) is a graphical representation used to model the structure and relationships between entities in a database. It visually illustrates tables, attributes, and relationships among those tables using lines and symbols.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different subsets of sql?
What is clustered index
How raid can influence database performance?
What are different types of constraints?
How do I start sql server 2017?
How can you append an identity column to a temporary table?
What is an indexed view?
How to connect php with different port numbers?
What is subquery? Explain the properties of a subquery?
What is acid mean in sql server?
How efficient you are in oracle and SQL server?
You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?
List the ways in which dynamic sql can be executed?
What are the source of constraints?
Does view occupy space?