1) What are table object?
2) What global variable and temporary variables in SQL server?
3) If two tables related with priamary key and foreign key and we want to update/insert some column values from primary table that write the query.
4) If we have a same method in child class and base class than.
Chid objChild = new Base();
objChild.Display();
What will be the output?
Ans : Base class method would be called.
Ans : Base class method would be called.
No comments:
Post a Comment