What is raw expression in laravel?



What is raw expression in laravel?..

Answer / Sonika Kumari

A raw expression in Laravel allows you to write raw SQL queries without using Eloquent's query builder or ActiveRecord. This can be useful when dealing with complex queries that are difficult to express using the query builder. Raw expressions are defined using the `db` facade and the `statement()` method.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

What is console in laravel?

1 Answers  


What is meant by Error Log ?

2 Answers  


What encryption does laravel use?

1 Answers  


How to get current environment in laravel?

1 Answers  


What is Laravel - File Uploading ?

2 Answers  


Explain how to share your homestead with others?

1 Answers  


List default packages of laravel 5.6?

1 Answers  


How do I log an error?

1 Answers  


List some features of laravel 5.0?

1 Answers  


Tell me how to use insert statement in laravel?

1 Answers  


What does framework mean in programming?

1 Answers  


How to install laravel via composer?

1 Answers  


Categories