What are the four main query statements?

Answer Posted / sapna

select,insert,update ,delete

Is This Answer Correct ?    39 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is cursor in ms sql server?

567


What is normalization and its types?

540


Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting is possible?

574


What is difference between view and materialized view?

540


Who is the owner of a schema in ms sql server?

548






If you are given access to a SQL Server, how do you find if the SQL Instance is a named instance or a default instance?

672


do views contain data ?

590


This question asked during interview, 2) At the end of each month, a new table is created for each bank that contains monthly metrics consolidated at the account level. The table naming convention is bankX_YYYYMM where X represents the numeric designation of the bank and YYYYMM indicates the 4 digit year and 2 digit month. The tables contain the following fields: name data type description account text account number registered boolean indicates whether the account is registered num_trans integer number of transactions made during the time period spend numeric(9,2) total spend during the time period a) Write a SQL query that will display the total number of transactions and total spend for "Bank1" during the 4th quarter of 2009. b) Write a SQL query that will display the total number of transactions and total spend at "Bank1" and "Bank2", broken out by registered vs. non-registered accounts, during January 2010 not sure what is correct answer and how to solve?

2020


What stored procedure would you use to view lock information?

531


What is dirty read?

632


What is filtered index?

658


What is normalization of database? What are its benefits?

519


Explain system views?

584


How to create prepared statements using odbc_prepare()?

571


Explain different forms of normalization?

534