Resource Type | Posted On |
Distinguish between Select query and Action Query, Database and Table, Filter an... | Jan 20 |
Using the CHECKS table, write a query to return all the unique remarks | Dec 21 |
Using today's TEAMSTATS table, write a query to determine who is batting under... | Dec 21 |
Differentiate between select Query & parameter Query. | Jan 20 |
Differentiate between crosstab query & Action query. | Jan 20 |
Using the CHECKS table from earlier today, write a query to return just the chec... | Dec 21 |
How would you hide column in Excel? | Jan 20 |
What is a ’query’ in Access? State and explain the different kinds of queries... | Jan 20 |
Rewrite the query from exercise 1 so that the remarks will appear as the first c... | Dec 21 |
How can I develop an application that automatically updates itself from the web? | Dec 20 |
What would happen if you created a table and granted select privileges on the ta... | Dec 21 |
If you own a table, who can select from that table? | Dec 21 |
Will SELECT SUM(LASTNAME) FROM CHARACTERS query work? | Dec 21 |
If you have a trigger on a table and the table is dropped, does the trigger stil... | Dec 21 |
What happens during a full-table scan? | Dec 21 |
How can you avoid a full-table scan? | Dec 21 |
How to create table? | Dec 15 |
|
How to insert records into tables? | Dec 15 |
Provide syntax to rename a table | Dec 17 |
Provide syntax to truncate a table | Dec 17 |
Dual table in oracle | Dec 17 |
Will my .NET app run on 64-bit Windows? | Oct 17 |
What operating systems does the .NET Framework run on? | Oct 10 |
Why does excel display number signs(###) in a cell? | Jan 20 |
How can you select a row, a column or an entire sheet in Excel? | Jan 20 |
What are the different types of charts available in Excel? | Jan 20 |
What is the significance of the fill handle in Excel? | Jan 20 |
How do we define name in Excel? What is the use of defining names? | Jan 20 |
What is the use of macro? How do we create macro in Excel? | Jan 20 |
What will SELECT COUNT(*) FROM TEAMSTATS; query return? | Dec 21 |
What will SELECT SUBSTR LASTNAME,1,5 FROM NAME_TBL; query retunr? | Dec 21 |
What does the # in front of a temporary table signify? | Dec 21 |
In Oracle, how can you find out what tables and views you own? | Dec 21 |
Should tables and their corresponding indexes reside on the same disk? | Dec 21 |
Is it possible to run a macro from within another macro? If so, how will you do... | Jan 20 |