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) I hav 10 records only one column 1,2,3,4,5......10 now am writing query select max(column name) Then What is The Output
9 11423how to find the First and Last Observation from the table: Ex: OBS Name Sal Ans like: OBS Name Sal 105 E 5000--> 105 E 5000 102 B 2000 104 D 4000 103 C 3000 101 A 1000--> 104 D 4000
4 6402Is it possible to update the multiple field values in a single query? If possible then write the actual query.
1 4524Create table Employee ( Employee_Id varchar2(8) Constraint emp_id_pk primary key, FirstName varchar2(50), LastName varchar2(50), DeptID Number(5) Constraint dept_id_fk Foreign Key(DeptId) References Department(DeptId) ) Error I am getting: Constraint specification are not allowed here
2 6511hai i want to learn oracle apps and i want to put the fake exp of one year so could you please suggest me which is best institute in hyderabad to learn oracle with real time project experience?
2 6255how to get only updated, deleted , inserted records after certain interval time in mysql with out using triggers...
2283What is the Difference between 1) ER MODEL and Relational Model 2) Dense Index and Sparse Index
1 7263i need to know how i display department which has salary > =5000 for the below table Department ----------- salary deptname 1000 a 3000 a 2000 b 3000 b 4000 c 5000 c kindly send the query to thilakvinoth13@gmail.com
6 8135
hiding item in report how like that properly,thats manually but at runtime i want to do
define join and explain different type of joins? : Sql dba
Does mongodb support acid transactions?
How to write html code in pl sql?
Who are mongodb competitors?
How can we find out the duplicate values in an oracle table?
Write a sql query to convert all character to uppercase after hypen.
How much does sqlite cost?
How many types of segments in Oracle?
Tell me what is fill factor?
Does access use sql?
How to filter out duplications in the returning rows using oracle?
How do I completely remove mysql from windows?
What type of database is sql?
where are cookies actually stored on the hard disk? : Sql dba