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 11160how 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 6218Is 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 6161how to get only updated, deleted , inserted records after certain interval time in mysql with out using triggers...
2235What is the Difference between 1) ER MODEL and Relational Model 2) Dense Index and Sparse Index
1 7185i 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 7886
What is an anonymous block?
Is primary key clustered index?
How to connect Silverlight application to database?
How do I completely uninstall postgresql?
what are the differences between procedure-oriented languages and object-oriented languages? : Sql dba
Please send me Informatica 8.1 certification dumps, my mail id mona85gupta@gmail.com
Which function is used to return remainder in a division operator in sql?
In 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...
What do you understand by physical_only option in dbcc checkdb?
How do I make a resultset scrollable?
Can we insert in view in sql?
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 to concatenate two strings in SQL Server.
Is mongodb encrypted?
What is the default isolation level in sql server? : Transact sql