Answer Posted / 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 |
Post New Answer View All Answers
Can we create foreign key without primary key?
What is pl sql and why it is used for?
Is not equal in sql?
Are sql database names case sensitive?
What is database migration?
Can a foreign key be a duplicate?
How can you save or place your msg in a table?
Table 1: col1 Timestamp ---------------- 01-mar-2012 11:12:46 Table 2: col2 Timestamp -------------------- 01-mar-2012 11:12:10 01-mar-2012 11:11:23 Write a query to display a row with table2 col2 value less than tabl1 col1 value. Maximum timestamp value previous to table1 col1 value. Display a result as: Col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10
what is an index? : Sql dba
How do I copy a table in sql?
What are the two parts of design view?
Explain autonomous transaction.
Can 2 queries be executed simultaneously in a distributed database system?
What are the different types of dbmss?
what are aggregate and scalar functions? : Sql dba