what are the joins,primary key,foriegn key, candidate key,
super key and expain them?
Answer Posted / hari
Joins are retrive the data multiple tabels
primary key ;-doesn' allow null vales
Is This Answer Correct ? | 24 Yes | 5 No |
Post New Answer View All Answers
What are constraints in microsoft sql server?
Do you know the isolation level that sql server support?
Explain different backup plans?
Explain transaction isolation levels in sql server?
How to enforce security in sql server? : sql server security
What is isnull() operator?
How do we synchronize On-Premise SQL server with SQL Azure?
How does the report manager work in SSRS?
What are the advantages of sql azure?
Explain database normalization?
How can we solve concurrency problems?
I have a table Events Events containing cardno,time,id,name--each id has a cardno my requirement is every day each employee swipe the card several times i want to calculate first and last time of each card the output should be name 1 2 6 7 in out in out holiday holiday xxx 09:30 06:30 09:40 06:45 where 1,2...... are dates for example january 1,2, etc. 6 and 7 are saturday and sunday how it is posssible
How each E-R model constructs can be mapped to the relational model?
Define cursor locking
what is database replicaion? : Sql server database administration