How to show certain selected rows with the value "pcds".



How to show certain selected rows with the value "pcds"...

Answer / Prakash Panwar

To show certain selected rows with the value 'pcds' in MySQL, use the SELECT statement with WHERE clause. Here's an example: `SELECT * FROM your_table_name WHERE column_name = 'pcds';`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is delimiter $$?

1 Answers  


How to insert dynamic values in mysql using php?

1 Answers  


What are the ways in which you can retrieve data in the result set of mysql using php?

1 Answers  


Is mysql a scripting language?

1 Answers  


what is database black box testing? : Mysql dba

1 Answers  


How do I connect to mysql database?

1 Answers  


What are the nonstandard string types?

0 Answers  


What is int mysql?

1 Answers  


What is a scalar function?

1 Answers  


How many columns is too many mysql?

1 Answers  


A company wants to store their invoices in a database. They already have their customers and articles in that database. Both customer and article are each identified by an unique integer value. Please create the SQL statements for creating the necessary table(s) for storing the invoices in a MySQL database. An invoice should hold information like invoice number, customer, date, article(s) and quantity etc.

1 Answers  


Is mysql free for commercial use?

1 Answers  


Categories