what is meant by databases
Answers were Sorted based on User's Feedback
Answer / shivashanker
Database is a collection of logical related data stored in a specific format.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / shreenath27@yahoo.co.in
collection of related data is called data base
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / ajeet
database is the collection of related and coherent data...
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / slokh
Database is a collection of inter related data, which is
stored in tabular form or as flat file. and databases is
collection of those database
Is This Answer Correct ? | 0 Yes | 0 No |
can we call a procedure from a function?
What is the basic structure of PL/SQL ?
there are 2 variables called x and y ,x contains 1,2 and y contains 3,4 we have to swap the values from x to y and y to x with out using dummy variables and it can be done only by using a single statement ? how?
How to perform a loop through all tables in pl/sql?
Write a sql query to get the third highest salary of an employee from employee_table?
Where are my tempfiles, I don't see them in v$datafile or dba_data_file?
explain the difference between delete , truncate and drop commands? : Sql dba
What is sqlservr exe?
What type of database is cloud sql?
What plvcmt and plvrb does in pl/sql?
What are aggregate functions in sql?
Can we use view in stored procedure?