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 3954Please 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
1587how to reject duplicates in source sequential file and if by filter option then where is that filter option in the sequential file.
1567Tab 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,
1726
What is max_used_connections in mysql?
If any stored procedure is encrypted, then can we see its definition in activity monitor?
How to define Data Block size in Oracle?
What is Data Independence?
What are the ways on commenting in a pl/sql code?
How to prevent firebird.log file from filling up the disk partition?
List some comparisons operators used in mysql?
What is a file in a database?
What is the federation in sql azure?
What is a raid and what are different types of raid configurations?
What is the master or primary key in mongodb?
when All datafiles related to a Tablespace are removed ?
What are date and time data types in mysql?
How does a database store data?
What is difference between index and primary key?