Logo 
Search:

SQL Interview FAQs

Submit Interview FAQ
Home » Interview FAQs » SQLRSS Feeds
SQL
Comments: 0

If you have a trigger on a table and the table is dropped, does the trigger still exist?

If you have a trigger on a table and the table is dropped, does the trigger still exist?

No. The trigger is automatically dropped when the table is dropped.
Posted By:Shruti Sharma      Posted On: Dec 21

SQL
Comments: 0

In which object does Microsoft Visual C++ place its SQL?

In the CRecordSet object's GetDefaultSQL member. Remember, you can change the string held here to manipulate your table.
Posted By:Shruti Sharma      Posted On: Dec 21

SQL
Comments: 0

In which object does Delphi place its SQL?

In which object does Delphi place its SQL?

In the TQuery object.
Posted By:Shruti Sharma      Posted On: Dec 21

SQL
Comments: 0

What is ODBC?

ODBC stands for open database connectivity. This technology enables Windows-based programs to access a database through a driver.
Posted By:Shruti Sharma      Posted On: Dec 21

SQL
Comments: 0

What does Delphi do?

Delphi provides a scalable interface to various databases.
Posted By:Shruti Sharma      Posted On: Dec 21

SQL
Comments: 0

What does streamline an SQL statement mean?

Streamlining an SQL statement is taking the path with the least resistance by carefully planning your statement and arranging the elements within your clauses properly.
Posted By:Shruti Sharma      Posted On: Dec 21

  2  3  4  5  6  7  8