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) 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 11157how 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 6216Is it possible to update the multiple field values in a single query? If possible then write the actual query.
1 4459Create 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 6421hai 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 6159how to get only updated, deleted , inserted records after certain interval time in mysql with out using triggers...
2234What is the Difference between 1) ER MODEL and Relational Model 2) Dense Index and Sparse Index
1 7183i 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 7882
What is the difference between push and pull subscription? : sql server replication
How to download microsoft sql server 2005 express edition?
What is service based database?
How to execute stored procedure in select statement sql server?
What is user-defined scalar function?
Users get the following error: ora-00055 maximum number of dml locks exceeded? What is the problem and how do you fix it?
Give the different types of rollback segments.
What are click through reports?
How do you troubleshoot errors in a sql server agent job? : sql server DBA
What advantages does DBMS have over traditional file systems?
How to modify existing triggers using "alter trigger"?
Explain different forms of normalization?
Explain user account with reference to oracle.
What is difference between rank () row_number () and dense_rank () in sql?
Which is better cte or subquery?