What is Data model and how to prepare a data model.?
Answer Posted / ppp
Don't worry about tables just yet. It's obvious that you're
building a database, and databases (relational ones anyway)
are primarily made up of tables, which are made up of rows
and columns (tuples and attributes if you're really into
it).
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Who developed sql server?
What is single-user mode and what are the steps you should follow to start sql server in single-user mode?
Hi, I Created 3 Tables Person(PersID[prkey],Name,Email,Password), Project(ProjName,ProjID[prkey],ProjLeader,ProjManager) & ProjectInvolvement(EntryDate,ProjID[frkey],PersID[frkey],ProjDuration). For this how can i INSERT,UPDATE & DELETE Through PROCEDURE? Please Post the Answer for me. Desai.
Explain syntax for viewing, dropping and disabling triggers?
What are the different Authentication modes in SQL Server and how can you change authentication mode?
Do you know the capabilities of cursors?
What is a View ? Can we insert, Update and delete a view?
what are triggers? : Sql server database administration
Why truncate is ddl command?
What are different types of subquery?
How would you use user_constraints table in DB?
Describe triggers features and limitations?
what is a deadlock? : Sql server database administration
Can group functions be mixed with non-group selection fields in ms sql server?
Explain full-text query in sql server?