Explain what is a column in a table?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

What is Primary Key?

4 Answers   Ramco,


What is replication id?

0 Answers  


how to retrieve last tree records from table? select *from emp where rownum > (select count(*)-3 from emp); i am using this query to get last three records from table but its not giving any output, so please tell me what is the error in this query.

16 Answers  


What is normalization in a database?

0 Answers  


Explain commit, rollback and savepoint.

0 Answers  






How many databases can sql express handle?

0 Answers  


If a cursor is open, how can we find in a pl/sql block?

0 Answers  


What is the use of primary key?

0 Answers  


How do you modify a column in sql?

0 Answers  


What mean sql?

0 Answers  


Does inner join return duplicate rows?

0 Answers  


How many levels can subqueries be nested in a FROM clause?

7 Answers  


Categories