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 4038Please 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
1634how to reject duplicates in source sequential file and if by filter option then where is that filter option in the sequential file.
1611Tab 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,
1786
What is oracle dba role?
How you trouble shoot when any job fails
what is cursor. write example of it. What are the attributes of cursor.
Which dbms is best?
Can sql developer connect to db2?
What are different types of statements supported by sql?
What is pct free/pct used/pct increase parameter in segment?
Why does a sql statement work correctly outside of a user-defined function, but incorrectly inside it?
To convert IDMS to DB2, how to deal with IDMS occurs and redefined clause?
Is mysql owned by oracle?
How is myisam table stored?
How do we get field detail of a table?
What are string functions in sql?
What is the functionality and features provided by oracle clusterware?
What is the use of sql trace?