adspace
Answer Posted / Rakesh Kumar Dwivedi
To view all tables in SQL, you can use the following command: `SELECT name FROM sys.tables`. This command retrieves the names of all tables from the current database.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to use regular expression in pattern match conditions? : Sql dba
what is dbms? : Sql dba
what is bcp? When does it used? : Sql dba
how many tables will create when we create table, what are they? : Sql dba
Is inner join faster than left join?
What is your daily office routine?
Is primary key always clustered index?
What is the current version of postgresql?
Can delete statement be rollbacked?
how to start mysql server? : Sql dba
what are all the common sql function? : Sql dba
How do I remove duplicates in two columns?
Can we rollback truncate?
Can we use distinct and group by together?
what is collation? : Sql dba