How many tables will create when we create table, what are they?
Answers were Sorted based on User's Feedback
Answer / freeman
If you create one table , then only one table with be created.
But 3 files with be created namely tb_name.frm,tb_name.myi,
tb_name.myd,
| Is This Answer Correct ? | 26 Yes | 0 No |
Answer / bhas
dear chandu
.frm->from mysql
.myi->mysql index
.myd->mysql data
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / harsh
3 tables
But 3 files with be created namely tb_name.frm,tb_name.myi,
tb_name.myd,
extensions of
.frm
.myi
.myd
| Is This Answer Correct ? | 0 Yes | 0 No |
What is mysql community server?
How can we know the number of days between two given dates using MySQL?
2 Answers Base2 Infotech, Webworks,
Do I need to pay for mysql?
How to run 'mysql' commands from a batch file?
Why use stored procedures in mysql?
What is mysql slow query?
Is mysqli secure?
How to do login in mysql with unix shell.
How do I start and stop mysql server?
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.
How do we delete a row in a table?
How to delete a column and add a new column to database
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)