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 11429how 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 6403Is 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 6514hai 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 6257how to get only updated, deleted , inserted records after certain interval time in mysql with out using triggers...
2284What is the Difference between 1) ER MODEL and Relational Model 2) Dense Index and Sparse Index
1 7264i 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
What is one tier architecture?
Why mongodb is so popular?
what is 'mysqlimport'? : Sql dba
What would you do with an in-doubt distributed transaction?
Is foreign key mandatory?
Is there any advantage of last_name varchar(50) over this last_name varchar(255)?
Is there a 64 bit version of ssms?
Mention what is the command syntax for inserting a document?
Explain what are the database objects? : sql server architect
What is use of attributehierarchyenabled? : sql server analysis services, ssas
How do I view a procedure in sql server?
How to generate query output in html format?
Due to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down? : sql server DBA
How would you enter characters as hex numbers?
What is the contrast between sql and pl/sql?