Wiki Articles | Tagged On |
Shruti - What is the different between SUM and SUMIF? | Jan 20 |
Shruti - Explain the following terms giving suitable examples: | Jan 20 |
Shruti - How can you select a row, a column or an entire sheet in... | Jan 20 |
Shruti - What is a cell reference? How many different types of cell... | Jan 20 |
Shruti - What is a range? How can you name ranges? | Jan 20 |
Shruti - What are macro actions? Name any two actions provided by... | Jan 20 |
Shruti - Is it possible to run a macro from within another macro? If... | Jan 20 |
Shruti - What are macro actions? Name any two actions provided by... | Jan 20 |
Shruti - How does the Auto form feature of Access differ from the... | Jan 20 |
Shruti - What are the different types of forms that you can create in... | Jan 20 |
Shruti - Differentiate between select Query & parameter Query. | Jan 20 |
Shruti - What do you mean by primary key? Explain its significance. | Jan 20 |
Shruti - What is a Master/ Detail Form? | Jan 20 |
Shruti - What is the ed command? | Dec 21 |
Shruti - What does the spool off command do? | Dec 21 |
Shruti - From which two sources can you generate SQL scripts? | Dec 21 |
Shruti - What types of information are stored in the data dictionary? | Dec 21 |
Shruti - How can you use performance statistics? | Dec 21 |
Shruti - What are some database objects? | Dec 21 |
Shruti - What are some common hindrances of general performance? | Dec 21 |
|
Shruti - What does streamline an SQL statement mean? | Dec 21 |
Shruti - Should tables and their corresponding indexes reside on the... | Dec 21 |
Shruti - Why is the arrangement of conditions in an SQL statement... | Dec 21 |
Shruti - In which object does Microsoft Visual C++ place its SQL? | Dec 21 |
Shruti - Are triggers used with the SELECT statement? | Dec 21 |
Shruti - What must be done after closing a cursor to return memory? | Dec 21 |
Shruti - If you own a table, who can select from that table? | Dec 21 |
Shruti - What does the # in front of a temporary table signify? | Dec 21 |
Shruti - Will using a savepoint in the middle of a transaction save... | Dec 21 |
Shruti - Can a COMMIT command be used by itself or must it be... | Dec 21 |
Shruti - If you issue the COMMIT command and then discover a mistake,... | Dec 21 |
Shruti - When nesting transactions, does issuing a ROLLBACK... | Dec 21 |
Shruti - Can you use ORDER BY on a column that is not one of the... | Dec 21 |
Shruti - Using today's TEAMSTATS table, write a query to determine... | Dec 21 |
Shruti - What will SELECT SUBSTR LASTNAME,1,5 FROM NAME_TBL; query... | Dec 21 |
Shruti - What will SELECT COUNT(*) FROM TEAMSTATS; query return? | Dec 21 |
Shruti - Assuming that they are separate columns, which function(s)... | Dec 21 |
Shruti - What SELECT COUNT(LASTNAME) FROM CHARACTERS; will return? | Dec 21 |
Shruti - Will SELECT SUM(LASTNAME) FROM CHARACTERS query work? | Dec 21 |
Shruti - Which function capitalizes the first letter of a character... | Dec 21 |