Oracle (3253)
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) Hi, I want to know basic information about Oracle HRMS and the institutes in hyderabad or the best faculty as i want to make my career in it.And also want to know may a person from non technical background be able to do this course. Regards, Swetha
2574using cursors salesman get bonus as 10% of their salary , managers get 20% , analalist get 30%. generae a report showing the employee name, salary , bonus.
4 12324sales persons should always receive commission of 100 at least. employees who r not sales persons should never receive commission.(Triggers)
1 8433Suppose There is a string A.B....C.......D.........E........F In this string dots (.) are not having fixed count in between of string. I want the output to have string with one dot between. I.e. A.B.C.D.E.F
IBM,
6 10714Interchange the value of a column Gender in a table where values are Male and Female. So, where the value is Male, it should changed to Female and Female to Male.
4 20071What will be the output of the following String S = 1+2+"abc" S = ? String S1 = 1+2+"abc"+5+6 S1 = ?
ABC,
1 31561. How actually index will work ? 2. Why do people prefer mostly bitmap index and btree index in datawarehouse ? 3. If I use the column in aggrigate functions like max,min,count and avg and if I have a index created on that column, will it increases the performance ?
IBM,
1 4750
What are the differences between left join and inner join in sql server?
Explain the use of consistent option in exp command.
You want to delete a table in sybase. How would you do it?
How do I delete a table in postgresql?
Name the different triggers associated with oracle forms having a master-detail relationship.
Why is there a need for sqlcode and sqlerrm variables?
How do you import data from another access database?
What measures are there to increase the db space?
How do you update f as m and m as f from the below table testtable?
What do we have to check in database testing?
Describe and explain about SQL native client?
How to list all user names in a database?
Is sql a backend language?
What are the results of running this script?
Is it possible to pass parameters to triggers?