7 years ago
in Database Management System
In an object oriented model, one object can access data of another object by passing?
Loading...
Overall Stats
Attempted
454
Correct
47
Incorrect
168
Viewed
239
Answers
Abhishek Singh -
4 years ago
My view is instance variable
-
Log in to add a comment
Yash Sharma -
1 month ago
Yash Sharma from Jaipur, India is saying Variable is correct answer
Zachery Chen -
1 month ago
Zachery Chen from Taiwan is saying Variable is correct answer
Jinka The AviRaj -
3 months ago
Jinka The AviRaj is saying Variable is correct answer
Shourya Singh Rawat -
4 years ago
Shourya Singh Rawat from India is saying Instance variable is correct answer
Related Questions
The ............ operator preserves unmatched rows of the relations being joined.
- [A] Inner join
- [B] Outer join
- [C] union
- [D] Union join
The EXISTS keyword will be true if:
- [A] any row in the subquery meets the condition only.
- [B] all rows in the subquery fail the condition only.
- [C] both of these two conditions are met.
- [D] neither of these two conditions is met.
What rows will this select statement return ?
SELECT * FROM products WHERE ordernumber > = 1000
- [A] All rows in the products table whose order number is greater than or equal to 1000
- [B] All rows in the products table whose order number is less than or equal to 1000
- [C] The first 1000 rows of the product table
- [D] All rows in the products table whose order number is greater than 1000
The process by which the structure of the database is modified to eliminate hidden dependencies and replacing groups is _________
- [A] Normalization
- [B] Indexing
- [C] Enforcing referential integrity
- [D] Enforcing data integrity
Features of XML include which of the following?
- [A] The tags are used to describe the appearance of the content.
- [B] Addresses the structuring and manipulation of the data involved.
- [C] Governs the display of information in a Web browser.
- [D] All of the above.