What is a table?



What is a table?..

Answer / Nazneen

In SQL (Structured Query Language), a table is a collection of related data organized into rows and columns. Each row represents a single record or instance, and each column represents a specific attribute or field of that record.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

List the different type of joins?

1 Answers  


what is sql profiler? : Sql dba

1 Answers  


What is the clause we need to add in function body to return variable?

1 Answers  


what is global table

7 Answers   iFlex,


How to get second highest salary from a table

3 Answers  


What is oracle sql called?

1 Answers  


what is oracle database ? : Sql dba

1 Answers  


Mention what is the use of function "module procedure" in pl/sql?

1 Answers  


Explain lock escalation? : Transact sql

1 Answers  


IN A TABLE HAVE ONE COLUMN PRIMARY KEY..IT WILL NOT ALLOWS NULL VALUES AND DUPLICATE VALUES..INSTEAD OF PRIMARY KEY WHY CANT WE USE UNIQUE AND NOT NULL.THESE TWO ALSO DOESNT ACCEPT NULL VALUES IN NOT NULL AND UNIQUE DOESNT ACCEPT DUPLICATE VALUES? SO WHAT IS THE DIFEERENCE BETWEEN(UNIQUE,NOT NULL) AND PRIMARY KEY??????

8 Answers   rsystems,


Write a procedure to return the month and the number of developers joined in each month (cursor )

2 Answers   Tech Mahindra,


What type of database is sql?

1 Answers  


Categories