-
-
-
-
Difference between Data abstraction, schema and instance
Difference between the three levels of data abstraction, and between a schema and instances.. Consider a two dimensional integer array of size n*m that is to be used in your favorite programming language. Using the array as an example, illustrate the difference (a) between the three levels of data abstraction, and (b) between a schema and instances.
-
Relationship Between Database and Data Warehouse
What is the relationship between a company's databases and its data warehouse?
-
-
Using examples differentiate between a DBMS, RDBMS and a Distributed database
Been given this question from my son and he has told me that he googled the question but got no satisfactory answer. Would much appreciate an answer.
-
Entity Relationship
Explain a one-to-many strong vs. one-to-many weak entity relationship.
-
-
-
DDL Operation Trigger
Which types of trigger can be fired on DDL operation?
A. Instead of triggerB. DML triggerC. System triggerD. DDL trigger -
Requirement Gathering
Name three activities involved in requirement gathering
-
Error Trapping Functions
Functions for error trapping are contained in which section of a PL/SQL block?
-
Integrity Rules
List the rules used to enforce table level integrity.
-
What kind of a query is this? How does it work?
Hi, I recently tried to get employee names and their dept names without a join condition, this query, although succeeds, I can't figure how it works. please help.
select ename,(select dname from dept where deptno=e.deptno) from emp e; -
Starting oracle services on vmware
Hi, I am starting oracle services on redhat linux ,
but unable to start " sql * plus service" from console as well as from em(oracle enterprise manager)
Error : "The connection was refused when attempting to contact localhost : 5560"
-
-
-
Intersection table
What is an intersection table and why is it important?
-
Indexes Searching Capabilities
How do indexes increase the searching capabilities?
Database Interview Questions
Sub Category
Questions
Answers
Last Updated
Ans