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) need to split a string into separate values. eg. col1 col2 ---------- 100 - 'a,b,c' 200 - 'a,x,d,e' 300 - 'c' result: value count ------------- a - 2 b - 1 c - 2 etc.
2 6093In a property booking section want a query to check that property is booked from StartDate to EndDate.Booking Table field are given id proerty_id start_date checkout_date no_of_visitor booking date status Waiting yours answer.. Thanks In Advance...
1 3203IF Statements BLOCK 1 . IF a >= b THEN do_this …..; ELSE do_that….; END IF BLOCK 2 . IF a < b THEN do_that …..; ELSE do_this….; END IF; • Given any pair of non-NULL values for “a” and”b”, will Block 1 and Block 2 do the same thing? • What if either “a” or”b” (or both) is NULL?
2225Consider the table T1 it consits A,2,3,4 consider another table t2 it contain 1,2a,3a,4a now i need o get the upadted answer
3 4709
How can you change the name of any existing table by using the sql statement?
you are a universe designer and report developer in BO, what type of information you gather from client?Briefly explain plz
Why do we need object libraries?
do you know what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration
Is it possible to import data directly from t-sql commands without using sql server integration services? If so, what are the commands?
What are the results of running this script?
How to delete all rows a table in oracle?
How to assign values to variables?
What is default value database?
hey friends, What are the steps I can do to transfer the database from Microsoft Access 2003 to oracle10g (or SQL) Best regards
How to improve query performance using index hunting?
How many number of columns can a RECORD GROUP have ?
What do we need queues in sql service broker?
How can you find out how many users are currently logged into the database? How can you find their operating system id?
What is trigger and types?