How can we encrypt and decrypt a data presented in a table using mysql?


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

Post New Answer

More MySQL Interview Questions

What is the default port number of mysql?

0 Answers  


What is the use of mysqli_num_rows?

0 Answers  


What is meant by sharding?

0 Answers  


What is truncate in mysql?

0 Answers  


what is a cursor? : Mysql dba

0 Answers  


What is a storage engine? What are the differences between innodb and myisam engines?

0 Answers  


The structure of table view buyers is as follows: +----------------+-------------+------+-----+---------+----- -----------+ | Field | Type | Null | Key | Default | Extra | +----------------+-------------+------+-----+---------+----- -----------+ | user_pri_id | int(15) | | PRI | NULL | auto_increment | | userid | varchar(10) | YES | | NULL | | +----------------+-------------+------+-----+---------+----- -----------+ the value of user_pri_id the last row 2345 then What will happen in the following conditions? Condition1: Delete all the rows and insert another row then. What is the starting value for this auto incremented field user_pri_id , Condition2: Delete the last row(having the field value 2345) and insert another row then. What is the value for this auto incremented field user_pri_id

2 Answers  


What are the differences between char and nchar?

0 Answers  


What is data types in mysql?

0 Answers  


How do I download a mysql community server?

0 Answers  


What is timestamp in mysql?

0 Answers  


What are the disadvantages of stored procedures?

0 Answers  


Categories