Answer Posted / hina khuman
foreginkey is use to have relation between two tables,which
requires primary key in master table and that field can be
use by child table through foregin key.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What are the three types of database design?
In which database can extended stored procedures be added?
fact table and dimension table containg one to many relationship or many to one relastionship
If a column is an image value type, how you can compare column values? How can you use this column in join clause?
Write the fastest query to find out how many rows exist in a table?
Explain about network model?
Explain what a database is?
There is a trigger defined for INSERT operations on a table, in an OLTP system. The trigger is written to instantiate a COM object and pass the newly insterted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better?
Explain about normal forms?
Explain about query and reporting.
How to replace not in with not exist?
What are the main phases of database development?
You have a table with three columns: amount1, amount2, and amount3 in a single row only one of these three columns will have a value and the other two will be null. Write a sql query to retrieve the values from these columns?
On friday, you issued several insert statements using query analyzer. You then verified the data had been correctly entered with a select statement on monday, your users report that the data is not there what happened?
How can I detect whether a given connection is blocked?