What happens if you add a new index to large table?
No Answer is Posted For this Question
Be the First to Post Answer
Table - Products has number of products as below Productid ProductName 1 iPhone 2 iPad 3 BlackBerry Table - SalesPersonProduct has the below records Salespersonid productid S1 1 S1 2 S1 3 S2 1 S3 2 Write a SQL query that returns the number of sales for each product
create procedure proc1 (@a int) as begin if @a=1 create table #temp(a1 int) else create table #temp(a1 int) end while executeing the above code it shows error like '#temp already exist' .why it shows an error?
What is store procedure? How do they work?
What is difference between inner join and full join?
What’s the use of custom fields in report?
what is sql server? : Sql server database administration
How to list all dsn entries on your local machine using odbc_data_source()?
What are recommended options to be used while using db mirroring? : sql server database administration
Can one drop a column from a table?
How to delete duplicate rows from table except one?
How do you size a resultset?
what are the disadvantages of cursors? : Sql server database administration
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)