what is query subject

Answer Posted / mohamed aashik ilahi

Query subject can't be precisely said as a table. It is a
select clause where we can pull all the columns or a set of
needed columns from the database.

For Eg: Most of the developers will be said by the Clients
that they might not need some of the columns, so obviously
we developer's may ignore those columns, so a table without
a single column missing can't be called as a table, but a
select statement used to get the client preferred columns.

an example query: select * from <tablename>; (a full table)

select emp_key,emp_id,emp_name from
<tablename> ( selective columns from the table, SO THIS IS
THE QUERY SUBJECT)

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is the main advantage of impromptu over cognos reportnet?

613


9. What was the most complex type of report you dealt with?

1741


how many reports do u create in ur project?i don't have real time exp..tell me based on ur exp..for interview pt of view,don't say it depends on ur project and u? thanks in advance..

1704


what are the components in the cognos connection page consists (eg: my folder, public folder,directions, schedule management tool etc.....)

1711


1. We have been asked to add summary information to sales reprasentatives performance report. The report needs to be grouped by country and city to compare performance between areas Also we need to include revenue totals for each city and each country.

1776






Can we test the report other than manual testing?

1668


What do you understand by the term 'dynamic cube'?

579


What is difference between content store and content manager?

556


--------------Explain Table of contents?

1568


What are query items?

589


Mention the difference between ‘macros’ and ‘prompt’?

615


What are products of cognos?

576


hi i need to rename a file in cognos8? can anyone help me out how 2 do it? pls suggest some solution such as using a batch file or using a procedure node or anything to rename the file

1945


I have ten columns that needs to be totalled... but some columns are empty...how do i get sum all the columns even if sum are empty? Can i get a total of the rows instead of columns? if yes, what is the function to be used?

1539


what is degenerate key in oracle ?whare do we use it?

2075