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 11174how 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 6226Is it possible to update the multiple field values in a single query? If possible then write the actual query.
1 4463Create 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 6425hai 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 6166how to get only updated, deleted , inserted records after certain interval time in mysql with out using triggers...
2238What is the Difference between 1) ER MODEL and Relational Model 2) Dense Index and Sparse Index
1 7191i 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 7896
whats the maximum size of view state??
Which normal form is best?
What is the name of reporting services config file and what’s it’s used for?
How do I start tns listener?
Differentiate between % rowtype and type record.
What is the difference between bind and lexical parameter?
Explain relational data?
how to create “alternate row colour”?
What is called dbms?
Explain the covered query in mongodb.
What are procedures in dbms?
What is the starting oracle error number?
What is the main difference between ‘between’ and ‘in’ condition operators?
What do you understand by replication in sql server? Mention the different types of replication in sql server.
Does a user_objects view have an entry for a trigger?