adplus-dvertising
frame-decoration

Question

In the following SQL command “person_id” can be ____________
   SELECT person_id, fname,l name, Birth_data FROM person
   WHERE person_id=1;

a.

Only Primary Key

b.

Primary Key or any other Attribute

c.

Only Attribute but not a primary Key

d.

None of the mentioned

Answer: (b).Primary Key or any other Attribute

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. In the following SQL command “person_id” can be ____________

Similar Questions

Discover Related MCQs

Q. Which Clause is used to select a particular row from the set of row in an existing table?

Q. Which statement is used to select columns and rows from the table?

Q. What is the default value of column?

Q. Which among the following is the correct syntax for modifying the definition of an existing table?

Q. Which feature is used for the automatic increment of the column?

Q. Which statement can be used for modifying the definition for an existing table?

Q. Is it necessary to insert the value in each column of the table?

Q. Which Statement is used to insert the values in the table?

Q. What default value gets stored in columns of the table?

Q. What is the meaning of “REFERENCES” in table definition?

Q. Which among the following are the correct definitions for “NULL” in Mysql?

Q. Which among the following is the correct syntax for defining “ENUM” in Mysql?

Q. Which data type character merges the “Check Constraint” into a data type definition?

Q. Which among the following is the correct syntax for defining “Constraint Check” in Mysql?

Q. Which command is used for the table definition in Mysql?

Q. What is the role of “CONSTRAINS” in defining a table in Mysql?

Q. Which among the following is the correct syntax for creating table?

Q. Which command is used for showing current date and time in Mysql command line tool?

Q. Mysql command line tool is used to show “how many rows are returned and how long SQL command took to execute”.

Q. Which authentications are required for login into Mysql command line tool?