Answer Posted / guest
OQL is a database query language that is based on SQL and
supports the adding, retrieving, querying, and invocation of
objects.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Differentiate between delete and truncate table?
Given a table Employee which has columns name and salary, write an SQL query to find the employee with the second highest salary.
What are different types of clusters present?
What happens when shared and exclusive locks are applied on data item?
what are wrappers and build ups and what it's use?
what is transaction state, buffer management, shadow paging
How to fetch/retrieve the data from hieranchical database and put it into the relational database? for e.g I want to extract the data from IMS DB2 database which is a hierarchical db and load that data into the relational database which is a SQL server.Are there any tools available for directing extracting data from hierarchical db and loading into the relational database (SQL server)?
What is database schema name?
Explain normalization in one line?
how do you do sql tuning?
What is the purpose of TNS?
Write a query to retrieve for many to many relationships?
What is ole db ado?
where can i free download sqlserver2008..i can install sqlserver2008 without visual studio 2008 and work on it
I have single column in a file. Input 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 my output is file 1 have 1,2,3,10,11,12 file 2 have 4,5,6,13,14,15 and file 3 have 7,8,9 how is it possible in datastage