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) What is Function based Index and which type of function we can use in Function base index. can we use aggregate,NVL function in Function based Index..
1 4043Please can the SQL code below be interpreted IF @xMatchCriteria='MATCH12' BEGIN IF EXISTS (Select * from #InsightData where (EmailAddress=@xDCPEmailAddress ) ) BEGIN SET @xTestMatchCriteria = @xMatchCriteria; SELECT @xCRMCustomerId=CustomerId, @xCRMDcpCustomerId=DcpCustomerId, @xCRMPortalCustomerID=PortalCustomerID,@xCRMDcpID=DcpID, @xCRMCardNumber=CardNumber, @xCRMEmailAddress=EmailAddress, @xCRMfirtLetterFirstName=firtLetterFirstName, @xCRMLastName=Surname,@xCRMAddressLine1=AddressLine1, @xCRMPostCode=PostCode FROM #InsightData where (EmailAddress=@xDCPEmailAddress ) END ELSE BEGIN SET @xTestMatchCriteria='No'+@xMatchCriteria; END END
1639how to reject duplicates in source sequential file and if by filter option then where is that filter option in the sequential file.
1617Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.
TCS,
1788
How many types of triggers exist in pl/sql?
What are the advantages of mongodb?
What is a record in a database?
What does it mean to manipulate data?
what is meant by urlencode and urldocode? : Sql dba
How do I view tables in mysql?
Explain unique key in sql server?
Does varchar need length?
What do you mean by catalog?
How to create table show example
What is dbcc command in sql server?
What are the data management skills?
What are the steps you can take to avoid “deadlocks”?
When would you use a before or after trigger?
how can you initialize log miner?